#29C1AC

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

Shades of Light Sea Green #29C1AC

Tints of Light Sea Green #29C1AC

Color information

#29C1AC (or 0x29C1AC) is unknown color: approx Light Sea Green. HEX triplet: 29, C1 and AC. RGB value is (41,193,172). Sum of RGB (Red+Green+Blue) = 41+193+172=406 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.10% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 172 (67.58% from 255 or 42.36% from 406); Max value from RGB is 193 - color contains mainly: green. Hex color #29C1AC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29C1AC is #D63E53. Grayscale: #919191. Windows color (decimal): -14040660 or 11321641. OLE color: 11321641.

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

Color convert

RGB41193172-
CMYK0.7900.110.24
HSL171.71º64.96%45.88%-
HSV(B)171.71º78.76%75.69%-
XYZ27.4341.5945.61-
YUV145.16143.1453.71-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.10%
GREEN value IS 193 (75.78% from 255) = 47.54%
BLUE value IS 172 (67.58% from 255) = 42.36%
R=10.10%
G=47.54%
B=42.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411931720.7900.110.24171.7164.9645.88
Hex29C1AC4F0B18ac412e
Octal513012541170133025410156
Binary101001110000011010110010011110101111000101011001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C1AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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