#29828B

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

Shades of Atoll #29828B

Tints of Atoll #29828B

Color information

#29828B (or 0x29828B) is unknown color: approx Atoll. HEX triplet: 29, 82 and 8B. RGB value is (41,130,139). Sum of RGB (Red+Green+Blue) = 41+130+139=310 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.23% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 139 (54.69% from 255 or 44.84% from 310); Max value from RGB is 139 - color contains mainly: blue. Hex color #29828B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29828B is #D67D74. Grayscale: #686868. Windows color (decimal): -14056821 or 9142825. OLE color: 9142825.

HSL color Cylindrical-coordinate representation of color #29828B: hue angle of 185.51º degrees, saturation: 0.54, 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 #29828B is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB41130139-
CMYK0.710.0600.45
HSL185.51º54.44%35.29%-
HSV(B)185.51º70.5%54.51%-
XYZ13.5618.327.24-
YUV104.42147.5182.77-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.23%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 139 (54.69% from 255) = 44.84%
R=13.23%
G=41.94%
B=44.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal411301390.710.0600.45185.5154.4435.29
Hex29828B47602Dba3623
Octal5120221310760552726643
Binary10100110000010100010111000111110010110110111010110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29828B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29828B; }

 p { color: rgb(41,130,139); }

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

<style>
 a { background-color: #29828B; }

 a { background-color: rgb(41,130,139); }

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

<style>
 span { border-color: #29828B; }

 span { border-color: rgb(41,130,139); }

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