#29CCBC

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

Shades of Light Sea Green #29CCBC

Tints of Light Sea Green #29CCBC

Color information

#29CCBC (or 0x29CCBC) is unknown color: approx Light Sea Green. HEX triplet: 29, CC and BC. RGB value is (41,204,188). Sum of RGB (Red+Green+Blue) = 41+204+188=433 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.47% from 433); Green value is 204 (80.08% from 255 or 47.11% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 204 - color contains mainly: green. Hex color #29CCBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29CCBC is #D63343. Grayscale: #999999. Windows color (decimal): -14037828 or 12373033. OLE color: 12373033.

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

Color convert

RGB41204188-
CMYK0.8000.080.2
HSL174.11º66.53%48.04%-
HSV(B)174.11º79.9%80%-
XYZ31.5847.2955.04-
YUV153.44147.547.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.47%
GREEN value IS 204 (80.08% from 255) = 47.11%
BLUE value IS 188 (73.83% from 255) = 43.42%
R=9.47%
G=47.11%
B=43.42%

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
Decimal412041880.8000.080.2174.1166.5348.04
Hex29CCBC500814ae4330
Octal513142741200102425610360
Binary101001110011001011110010100000100010100101011101000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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