#29C2BC

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

Shades of Light Sea Green #29C2BC

Tints of Light Sea Green #29C2BC

Color information

#29C2BC (or 0x29C2BC) is unknown color: approx Light Sea Green. HEX triplet: 29, C2 and BC. RGB value is (41,194,188). Sum of RGB (Red+Green+Blue) = 41+194+188=423 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.69% from 423); Green value is 194 (76.17% from 255 or 45.86% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 194 - color contains mainly: green. Hex color #29C2BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C2BC is #D63D43. Grayscale: #939393. Windows color (decimal): -14040388 or 12370473. OLE color: 12370473.

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

Color convert

RGB41194188-
CMYK0.7900.030.24
HSL177.65º65.11%46.08%-
HSV(B)177.65º78.87%76.08%-
XYZ29.2842.6954.27-
YUV147.57150.8151.99-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.69%
GREEN value IS 194 (76.17% from 255) = 45.86%
BLUE value IS 188 (73.83% from 255) = 44.44%
R=9.69%
G=45.86%
B=44.44%

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
Decimal411941880.7900.030.24177.6565.1146.08
Hex29C2BC4F0318b2412e
Octal51302274117033026210156
Binary1010011100001010111100100111101111000101100101000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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