#29c1c6

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

Shades of Light Sea Green #29C1C6

Tints of Light Sea Green #29C1C6

Color information

#29C1C6 (or 0x29C1C6) is unknown color: approx Light Sea Green. HEX triplet: 29, C1 and C6. RGB value is (41,193,198). Sum of RGB (Red+Green+Blue) = 41+193+198=432 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.49% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 198 - color contains mainly: blue. Hex color #29C1C6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C1C6 is #D63E39. Grayscale: #939393. Windows color (decimal): -14040634 or 13025577. OLE color: 13025577.

HSL color Cylindrical-coordinate representation of color #29C1C6: hue angle of 181.91º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C1C6 is Cyan = 0.79, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB41193198-
CMYK0.790.0300.22
HSL181.91º65.69%46.86%-
HSV(B)181.91º79.29%77.65%-
XYZ30.1842.6960.08-
YUV148.12156.1451.59-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.49%
GREEN value IS 193 (75.78% from 255) = 44.68%
BLUE value IS 198 (77.73% from 255) = 45.83%
R=9.49%
G=44.68%
B=45.83%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal411931980.790.0300.22181.9165.6946.86
Hex29C1C64F3016b6422f
Octal51301306117302626610257
Binary1010011100000111000110100111111010110101101101000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29c1c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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