#29CAB0

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

Shades of Light Sea Green #29CAB0

Tints of Light Sea Green #29CAB0

Color information

#29CAB0 (or 0x29CAB0) is unknown color: approx Light Sea Green. HEX triplet: 29, CA and B0. RGB value is (41,202,176). Sum of RGB (Red+Green+Blue) = 41+202+176=419 (55% of max value = 765). Red value is 41 (16.41% from 255 or 9.79% from 419); Green value is 202 (79.30% from 255 or 48.21% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 202 - color contains mainly: green. Hex color #29CAB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CAB0 is #D6354F. Grayscale: #969696. Windows color (decimal): -14038352 or 11586089. OLE color: 11586089.

HSL color Cylindrical-coordinate representation of color #29CAB0: hue angle of 170.31º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #29CAB0 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.

Color convert

RGB41202176-
CMYK0.8000.130.21
HSL170.31º66.26%47.65%-
HSV(B)170.31º79.7%79.22%-
XYZ29.8745.8548.35-
YUV150.9142.1649.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.79%
GREEN value IS 202 (79.30% from 255) = 48.21%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=9.79%
G=48.21%
B=42.00%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal412021760.8000.130.21170.3166.2647.65
Hex29CAB0500D15aa4230
Octal513122601200152525210260
Binary101001110010101011000010100000110110101101010101000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CAB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,202,176); }

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

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

 a { background-color: rgb(41,202,176); }

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

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

 span { border-color: rgb(41,202,176); }

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