#29828A

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

Shades of Atoll #29828A

Tints of Atoll #29828A

Color information

#29828A (or 0x29828A) is unknown color: approx Atoll. HEX triplet: 29, 82 and 8A. RGB value is (41,130,138). Sum of RGB (Red+Green+Blue) = 41+130+138=309 (40% of max value = 765). Red value is 41 (16.41% from 255 or 13.27% from 309); Green value is 130 (51.17% from 255 or 42.07% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #29828A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29828A is #D67D75. Grayscale: #686868. Windows color (decimal): -14056822 or 9077289. OLE color: 9077289.

HSL color Cylindrical-coordinate representation of color #29828A: hue angle of 184.95º 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 #29828A is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB41130138-
CMYK0.700.0600.46
HSL184.95º54.19%35.1%-
HSV(B)184.95º70.29%54.12%-
XYZ13.4818.2726.86-
YUV104.3147.0182.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 13.27%
GREEN value IS 130 (51.17% from 255) = 42.07%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=13.27%
G=42.07%
B=44.66%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal411301380.700.0600.46184.9554.1935.1
Hex29828A46602Eb93623
Octal5120221210660562716643
Binary10100110000010100010101000110110010111010111001110110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29828A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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