#29C4BC

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

Shades of Light Sea Green #29C4BC

Tints of Light Sea Green #29C4BC

Color information

#29C4BC (or 0x29C4BC) is unknown color: approx Light Sea Green. HEX triplet: 29, C4 and BC. RGB value is (41,196,188). Sum of RGB (Red+Green+Blue) = 41+196+188=425 (56% of max value = 765). Red value is 41 (16.41% from 255 or 9.65% from 425); Green value is 196 (76.95% from 255 or 46.12% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 196 - color contains mainly: green. Hex color #29C4BC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C4BC is #D63B43. Grayscale: #949494. Windows color (decimal): -14039876 or 12370985. OLE color: 12370985.

HSL color Cylindrical-coordinate representation of color #29C4BC: hue angle of 176.9º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #29C4BC is Cyan = 0.79, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB41196188-
CMYK0.7900.040.23
HSL176.9º65.4%46.47%-
HSV(B)176.9º79.08%76.86%-
XYZ29.7343.5854.42-
YUV148.74150.1551.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.65%
GREEN value IS 196 (76.95% from 255) = 46.12%
BLUE value IS 188 (73.83% from 255) = 44.24%
R=9.65%
G=46.12%
B=44.24%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal411961880.7900.040.23176.965.446.47
Hex29C4BC4F0417b1412e
Octal51304274117042726110156
Binary10100111000100101111001001111010010111101100011000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C4BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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