#29CBB4

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

Shades of Light Sea Green #29CBB4

Tints of Light Sea Green #29CBB4

Color information

#29CBB4 (or 0x29CBB4) is unknown color: approx Light Sea Green. HEX triplet: 29, CB and B4. RGB value is (41,203,180). Sum of RGB (Red+Green+Blue) = 41+203+180=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 203 (79.69% from 255 or 47.88% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 203 - color contains mainly: green. Hex color #29CBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CBB4 is #D6344B. Grayscale: #979797. Windows color (decimal): -14038092 or 11848489. OLE color: 11848489.

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

Color convert

RGB41203180-
CMYK0.8000.110.20
HSL171.48º66.39%47.84%-
HSV(B)171.48º79.8%79.61%-
XYZ30.5146.4850.54-
YUV151.94143.8348.87-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.67%
GREEN value IS 203 (79.69% from 255) = 47.88%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=9.67%
G=47.88%
B=42.45%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal412031800.8000.110.20171.4866.3947.84
Hex29CBB4500B14ab4230
Octal513132641200132425310260
Binary101001110010111011010010100000101110100101010111000010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,203,180); }

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

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

 a { background-color: rgb(41,203,180); }

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

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

 span { border-color: rgb(41,203,180); }

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