#29CCBD

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

Shades of Light Sea Green #29CCBD

Tints of Light Sea Green #29CCBD

Color information

#29CCBD (or 0x29CCBD) is unknown color: approx Light Sea Green. HEX triplet: 29, CC and BD. RGB value is (41,204,189). Sum of RGB (Red+Green+Blue) = 41+204+189=434 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.45% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCBD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCBD is #D63342. Grayscale: #999999. Windows color (decimal): -14037827 or 12438569. OLE color: 12438569.

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

Color convert

RGB41204189-
CMYK0.8000.070.2
HSL174.48º66.53%48.04%-
HSV(B)174.48º79.9%80%-
XYZ31.6947.3355.61-
YUV153.5514847.72-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.45%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=9.45%
G=47.00%
B=43.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041890.8000.070.2174.4866.5348.04
Hex29CCBD500714ae4330
Octal51314275120072425610360
Binary10100111001100101111011010000011110100101011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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