#29CCBB

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

Shades of Light Sea Green #29CCBB

Tints of Light Sea Green #29CCBB

Color information

#29CCBB (or 0x29CCBB) is unknown color: approx Light Sea Green. HEX triplet: 29, CC and BB. RGB value is (41,204,187). Sum of RGB (Red+Green+Blue) = 41+204+187=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 204 (80.08% from 255 or 47.22% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCBB is #D63344. Grayscale: #999999. Windows color (decimal): -14037829 or 12307497. OLE color: 12307497.

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

Color convert

RGB41204187-
CMYK0.8000.080.2
HSL173.74º66.53%48.04%-
HSV(B)173.74º79.9%80%-
XYZ31.4847.2554.47-
YUV153.3314747.88-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.49%
GREEN value IS 204 (80.08% from 255) = 47.22%
BLUE value IS 187 (73.44% from 255) = 43.29%
R=9.49%
G=47.22%
B=43.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal412041870.8000.080.2173.7466.5348.04
Hex29CCBB500814ae4330
Octal513142731200102425610360
Binary101001110011001011101110100000100010100101011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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