#29C2BE

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

Shades of Light Sea Green #29C2BE

Tints of Light Sea Green #29C2BE

Color information

#29C2BE (or 0x29C2BE) is unknown color: approx Light Sea Green. HEX triplet: 29, C2 and BE. RGB value is (41,194,190). Sum of RGB (Red+Green+Blue) = 41+194+190=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C2BE is #D63D41. Grayscale: #939393. Windows color (decimal): -14040386 or 12501545. OLE color: 12501545.

HSL color Cylindrical-coordinate representation of color #29C2BE: hue angle of 178.43º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C2BE is Cyan = 0.79, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB41194190-
CMYK0.7900.020.24
HSL178.43º65.11%46.08%-
HSV(B)178.43º78.87%76.08%-
XYZ29.542.7755.42-
YUV147.8151.8151.83-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 194 (76.17% from 255) = 45.65%
BLUE value IS 190 (74.61% from 255) = 44.71%
R=9.65%
G=45.65%
B=44.71%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411941900.7900.020.24178.4365.1146.08
Hex29C2BE4F0218b2412e
Octal51302276117023026210156
Binary1010011100001010111110100111101011000101100101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C2BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,194,190); }

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

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

 a { background-color: rgb(41,194,190); }

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

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

 span { border-color: rgb(41,194,190); }

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