#29C2BD

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

Shades of Light Sea Green #29C2BD

Tints of Light Sea Green #29C2BD

Color information

#29C2BD (or 0x29C2BD) is unknown color: approx Light Sea Green. HEX triplet: 29, C2 and BD. RGB value is (41,194,189). Sum of RGB (Red+Green+Blue) = 41+194+189=424 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.67% from 424); Green value is 194 (76.17% from 255 or 45.75% from 424); Blue value is 189 (74.22% from 255 or 44.58% from 424); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C2BD is #D63D42. Grayscale: #939393. Windows color (decimal): -14040387 or 12436009. OLE color: 12436009.

HSL color Cylindrical-coordinate representation of color #29C2BD: hue angle of 178.04º 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 #29C2BD is Cyan = 0.79, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB41194189-
CMYK0.7900.030.24
HSL178.04º65.11%46.08%-
HSV(B)178.04º78.87%76.08%-
XYZ29.3942.7354.84-
YUV147.68151.3151.91-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.67%
GREEN value IS 194 (76.17% from 255) = 45.75%
BLUE value IS 189 (74.22% from 255) = 44.58%
R=9.67%
G=45.75%
B=44.58%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411941890.7900.030.24178.0465.1146.08
Hex29C2BD4F0318b2412e
Octal51302275117033026210156
Binary1010011100001010111101100111101111000101100101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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