#29C8BE

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

Shades of Light Sea Green #29C8BE

Tints of Light Sea Green #29C8BE

Color information

#29C8BE (or 0x29C8BE) is unknown color: approx Light Sea Green. HEX triplet: 29, C8 and BE. RGB value is (41,200,190). Sum of RGB (Red+Green+Blue) = 41+200+190=431 (57% of max value = 765). Red value is 41 (16.41% from 255 or 9.51% from 431); Green value is 200 (78.52% from 255 or 46.40% from 431); Blue value is 190 (74.61% from 255 or 44.08% from 431); Max value from RGB is 200 - color contains mainly: green. Hex color #29C8BE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #29C8BE is #D63741. Grayscale: #979797. Windows color (decimal): -14038850 or 12503081. OLE color: 12503081.

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

Color convert

RGB41200190-
CMYK0.8000.050.22
HSL176.23º65.98%47.25%-
HSV(B)176.23º79.5%78.43%-
XYZ30.8645.555.87-
YUV151.32149.8249.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 9.51%
GREEN value IS 200 (78.52% from 255) = 46.40%
BLUE value IS 190 (74.61% from 255) = 44.08%
R=9.51%
G=46.40%
B=44.08%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal412001900.8000.050.22176.2365.9847.25
Hex29C8BE500516b0422f
Octal51310276120052626010257
Binary10100111001000101111101010000010110110101100001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29C8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,200,190); }

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

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

 a { background-color: rgb(41,200,190); }

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

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

 span { border-color: rgb(41,200,190); }

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