#29808A

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

Shades of Atoll #29808A

Tints of Atoll #29808A

Color information

#29808A (or 0x29808A) is unknown color: approx Atoll. HEX triplet: 29, 80 and 8A. RGB value is (41,128,138). Sum of RGB (Red+Green+Blue) = 41+128+138=307 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.36% from 307); Green value is 128 (50.39% from 255 or 41.69% from 307); Blue value is 138 (54.30% from 255 or 44.95% from 307); Max value from RGB is 138 - color contains mainly: blue. Hex color #29808A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29808A is #D67F75. Grayscale: #676767. Windows color (decimal): -14057334 or 9076777. OLE color: 9076777.

HSL color Cylindrical-coordinate representation of color #29808A: hue angle of 186.19º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29808A is Cyan = 0.70, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB41128138-
CMYK0.700.0700.46
HSL186.19º54.19%35.1%-
HSV(B)186.19º70.29%54.12%-
XYZ13.2217.7426.77-
YUV103.13147.6883.69-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.36%
GREEN value IS 128 (50.39% from 255) = 41.69%
BLUE value IS 138 (54.30% from 255) = 44.95%
R=13.36%
G=41.69%
B=44.95%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411281380.700.0700.46186.1954.1935.1
Hex29808A46702Eba3623
Octal5120021210670562726643
Binary10100110000000100010101000110111010111010111010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29808A; }

 p { color: rgb(41,128,138); }

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

<style>
 a { background-color: #29808A; }

 a { background-color: rgb(41,128,138); }

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

<style>
 span { border-color: #29808A; }

 span { border-color: rgb(41,128,138); }

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