#29ACC6

Color #29ACC6 Pelorous (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pelorous #29ACC6

Tints of Pelorous #29ACC6

Color information

#29ACC6 (or 0x29ACC6) is unknown color: approx Pelorous. HEX triplet: 29, AC and C6. RGB value is (41,172,198). Sum of RGB (Red+Green+Blue) = 41+172+198=411 (54% of max value = 765). Red value is 41 (16.41% from 255 or 9.98% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 198 (77.73% from 255 or 48.18% from 411); Max value from RGB is 198 - color contains mainly: blue. Hex color #29ACC6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29ACC6 is #D65339. Grayscale: #878787. Windows color (decimal): -14046010 or 13020201. OLE color: 13020201.

HSL color Cylindrical-coordinate representation of color #29ACC6: hue angle of 189.94º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29ACC6 is Cyan = 0.79, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB41172198-
CMYK0.790.1300.22
HSL189.94º65.69%46.86%-
HSV(B)189.94º79.29%77.65%-
XYZ25.8634.0558.64-
YUV135.79163.160.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 41 (16.41% from 255) = 9.98%
GREEN value IS 172 (67.58% from 255) = 41.85%
BLUE value IS 198 (77.73% from 255) = 48.18%
R=9.98%
G=41.85%
B=48.18%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411721980.790.1300.22189.9465.6946.86
Hex29ACC64FD016be422f
Octal512543061171502627610257
Binary101001101011001100011010011111101010110101111101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29ACC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29ACC6; }

 p { color: rgb(41,172,198); }

 H1.HeaderClassName
 {
   color: #29ACC6;
 }
 .AnyTagClassName
 {
   color: #29ACC6;
 }
</style>
background-color css

<style>
 a { background-color: #29ACC6; }

 a { background-color: rgb(41,172,198); }

 div.DivClassName
 {
   background-color: #29ACC6;
 }
 .BgClassName
 {
   background-color: #29ACC6;
 }
</style>
border-color css

<style>
 span { border-color: #29ACC6; }

 span { border-color: rgb(41,172,198); }

 td.TdClassName
 {
   border-color: #29ACC6;
 }
 .TagClassName
 {
   border-color: #29ACC6;
 }
</style>