#29CCB2

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

Shades of Light Sea Green #29CCB2

Tints of Light Sea Green #29CCB2

Color information

#29CCB2 (or 0x29CCB2) is unknown color: approx Light Sea Green. HEX triplet: 29, CC and B2. RGB value is (41,204,178). Sum of RGB (Red+Green+Blue) = 41+204+178=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 204 (80.08% from 255 or 48.23% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29CCB2 is #D6334D. Grayscale: #989898. Windows color (decimal): -14037838 or 11717673. OLE color: 11717673.

HSL color Cylindrical-coordinate representation of color #29CCB2: hue angle of 170.43º degrees, saturation: 0.67, 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 #29CCB2 is Cyan = 0.80, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.

Color convert

RGB41204178-
CMYK0.8000.130.2
HSL170.43º66.53%48.04%-
HSV(B)170.43º79.9%80%-
XYZ30.5446.8749.56-
YUV152.3142.548.61-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.69%
GREEN value IS 204 (80.08% from 255) = 48.23%
BLUE value IS 178 (69.92% from 255) = 42.08%
R=9.69%
G=48.23%
B=42.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041780.8000.130.2170.4366.5348.04
Hex29CCB2500D14aa4330
Octal513142621200152425210360
Binary101001110011001011001010100000110110100101010101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,204,178); }

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

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

 a { background-color: rgb(41,204,178); }

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

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

 span { border-color: rgb(41,204,178); }

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