#29B6A2

Color #29B6A2 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #29B6A2

Tints of Light Sea Green #29B6A2

Color information

#29B6A2 (or 0x29B6A2) is unknown color: approx Light Sea Green. HEX triplet: 29, B6 and A2. RGB value is (41,182,162). Sum of RGB (Red+Green+Blue) = 41+182+162=385 (50% of max value = 765). Red value is 41 (16.41% from 255 or 10.65% from 385); Green value is 182 (71.48% from 255 or 47.27% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 182 - color contains mainly: green. Hex color #29B6A2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B6A2 is #D6495D. Grayscale: #898989. Windows color (decimal): -14043486 or 10663465. OLE color: 10663465.

HSL color Cylindrical-coordinate representation of color #29B6A2: hue angle of 171.49º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B6A2 is Cyan = 0.77, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.

Color convert

RGB41182162-
CMYK0.7700.110.29
HSL171.49º63.23%43.73%-
HSV(B)171.49º77.47%71.37%-
XYZ24.1636.5439.96-
YUV137.56141.7959.13-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.65%
GREEN value IS 182 (71.48% from 255) = 47.27%
BLUE value IS 162 (63.67% from 255) = 42.08%
R=10.65%
G=47.27%
B=42.08%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411821620.7700.110.29171.4963.2343.73
Hex29B6A24D0B1Dab3f2c
Octal51266242115013352537754
Binary10100110110110101000101001101010111110110101011111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,182,162); }

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

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

 a { background-color: rgb(41,182,162); }

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

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

 span { border-color: rgb(41,182,162); }

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