#29C1BD

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

Shades of Light Sea Green #29C1BD

Tints of Light Sea Green #29C1BD

Color information

#29C1BD (or 0x29C1BD) is unknown color: approx Light Sea Green. HEX triplet: 29, C1 and BD. RGB value is (41,193,189). Sum of RGB (Red+Green+Blue) = 41+193+189=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #29C1BD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C1BD is #D63E42. Grayscale: #929292. Windows color (decimal): -14040643 or 12435753. OLE color: 12435753.

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

Color convert

RGB41193189-
CMYK0.7900.020.24
HSL178.42º64.96%45.88%-
HSV(B)178.42º78.76%75.69%-
XYZ29.1742.2954.77-
YUV147.1151.6452.33-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.69%
GREEN value IS 193 (75.78% from 255) = 45.63%
BLUE value IS 189 (74.22% from 255) = 44.68%
R=9.69%
G=45.63%
B=44.68%

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
Decimal411931890.7900.020.24178.4264.9645.88
Hex29C1BD4F0218b2412e
Octal51301275117023026210156
Binary1010011100000110111101100111101011000101100101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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