#29818C

Color #29818C Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #29818C

Tints of Atoll #29818C

Color information

#29818C (or 0x29818C) is unknown color: approx Atoll. HEX triplet: 29, 81 and 8C. RGB value is (41,129,140). Sum of RGB (Red+Green+Blue) = 41+129+140=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 129 (50.78% from 255 or 41.61% from 310); Blue value is 140 (55.08% from 255 or 45.16% from 310); Max value from RGB is 140 - color contains mainly: blue. Hex color #29818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29818C is #D67E73. Grayscale: #676767. Windows color (decimal): -14057076 or 9208105. OLE color: 9208105.

HSL color Cylindrical-coordinate representation of color #29818C: hue angle of 186.67º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29818C is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41129140-
CMYK0.710.0800.45
HSL186.67º54.7%35.49%-
HSV(B)186.67º70.71%54.9%-
XYZ13.518.0727.59-
YUV103.94148.3583.11-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 129 (50.78% from 255) = 41.61%
BLUE value IS 140 (55.08% from 255) = 45.16%
R=13.23%
G=41.61%
B=45.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411291400.710.0800.45186.6754.735.49
Hex29818C47802Dbb3723
Octal51201214107100552736743
Binary101001100000011000110010001111000010110110111011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29818C; }

 p { color: rgb(41,129,140); }

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

<style>
 a { background-color: #29818C; }

 a { background-color: rgb(41,129,140); }

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

<style>
 span { border-color: #29818C; }

 span { border-color: rgb(41,129,140); }

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