#29a79e

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

Shades of Light Sea Green #29A79E

Tints of Light Sea Green #29A79E

Color information

#29A79E (or 0x29A79E) is unknown color: approx Light Sea Green. HEX triplet: 29, A7 and 9E. RGB value is (41,167,158). Sum of RGB (Red+Green+Blue) = 41+167+158=366 (48% of max value = 765). Red value is 41 (16.41% from 255 or 11.20% from 366); Green value is 167 (65.62% from 255 or 45.63% from 366); Blue value is 158 (62.11% from 255 or 43.17% from 366); Max value from RGB is 167 - color contains mainly: green. Hex color #29A79E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #29A79E is #D65861. Grayscale: #808080. Windows color (decimal): -14047330 or 10397481. OLE color: 10397481.

HSL color Cylindrical-coordinate representation of color #29A79E: hue angle of 175.71º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #29A79E is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.35.

Color convert

RGB41167158-
CMYK0.7500.050.35
HSL175.71º60.58%40.78%-
HSV(B)175.71º75.45%65.49%-
XYZ20.930.5837.15-
YUV128.3144.7665.73-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 11.20%
GREEN value IS 167 (65.62% from 255) = 45.63%
BLUE value IS 158 (62.11% from 255) = 43.17%
R=11.20%
G=45.63%
B=43.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal411671580.7500.050.35175.7160.5840.78
Hex29A79E4B0523b03d29
Octal5124723611305432607551
Binary10100110100111100111101001011010110001110110000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29a79e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,167,158); }

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

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

 a { background-color: rgb(41,167,158); }

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

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

 span { border-color: rgb(41,167,158); }

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