#29C3C1

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

Shades of Light Sea Green #29C3C1

Tints of Light Sea Green #29C3C1

Color information

#29C3C1 (or 0x29C3C1) is unknown color: approx Light Sea Green. HEX triplet: 29, C3 and C1. RGB value is (41,195,193). Sum of RGB (Red+Green+Blue) = 41+195+193=429 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.56% from 429); Green value is 195 (76.56% from 255 or 45.45% from 429); Blue value is 193 (75.78% from 255 or 44.99% from 429); Max value from RGB is 195 - color contains mainly: green. Hex color #29C3C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C3C1 is #D63C3E. Grayscale: #949494. Windows color (decimal): -14040127 or 12698409. OLE color: 12698409.

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

Color convert

RGB41195193-
CMYK0.7900.010.24
HSL179.22º65.25%46.27%-
HSV(B)179.22º78.97%76.47%-
XYZ30.0643.3557.24-
YUV148.73152.9851.16-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.56%
GREEN value IS 195 (76.56% from 255) = 45.45%
BLUE value IS 193 (75.78% from 255) = 44.99%
R=9.56%
G=45.45%
B=44.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal411951930.7900.010.24179.2265.2546.27
Hex29C3C14F0118b3412e
Octal51303301117013026310156
Binary101001110000111100000110011110111000101100111000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C3C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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