#29B6AE

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

Shades of Light Sea Green #29B6AE

Tints of Light Sea Green #29B6AE

Color information

#29B6AE (or 0x29B6AE) is unknown color: approx Light Sea Green. HEX triplet: 29, B6 and AE. RGB value is (41,182,174). Sum of RGB (Red+Green+Blue) = 41+182+174=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 182 (71.48% from 255 or 45.84% from 397); Blue value is 174 (68.36% from 255 or 43.83% from 397); Max value from RGB is 182 - color contains mainly: green. Hex color #29B6AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B6AE is #D64951. Grayscale: #8A8A8A. Windows color (decimal): -14043474 or 11449897. OLE color: 11449897.

HSL color Cylindrical-coordinate representation of color #29B6AE: hue angle of 176.6º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #29B6AE is Cyan = 0.77, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.29.

Color convert

RGB41182174-
CMYK0.7700.040.29
HSL176.6º63.23%43.73%-
HSV(B)176.6º77.47%71.37%-
XYZ25.2836.9845.85-
YUV138.93147.7958.15-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.33%
GREEN value IS 182 (71.48% from 255) = 45.84%
BLUE value IS 174 (68.36% from 255) = 43.83%
R=10.33%
G=45.84%
B=43.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal411821740.7700.040.29176.663.2343.73
Hex29B6AE4D041Db13f2c
Octal5126625611504352617754
Binary1010011011011010101110100110101001110110110001111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,182,174); }

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

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

 a { background-color: rgb(41,182,174); }

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

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

 span { border-color: rgb(41,182,174); }

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