#29B8AE

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

Shades of Light Sea Green #29B8AE

Tints of Light Sea Green #29B8AE

Color information

#29B8AE (or 0x29B8AE) is unknown color: approx Light Sea Green. HEX triplet: 29, B8 and AE. RGB value is (41,184,174). Sum of RGB (Red+Green+Blue) = 41+184+174=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 184 (72.27% from 255 or 46.12% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 184 - color contains mainly: green. Hex color #29B8AE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29B8AE is #D64751. Grayscale: #8C8C8C. Windows color (decimal): -14042962 or 11450409. OLE color: 11450409.

HSL color Cylindrical-coordinate representation of color #29B8AE: hue angle of 175.8º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29B8AE is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.28.

Color convert

RGB41184174-
CMYK0.7800.050.28
HSL175.8º63.56%44.12%-
HSV(B)175.8º77.72%72.16%-
XYZ25.6937.8145.99-
YUV140.1147.1257.31-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.28%
GREEN value IS 184 (72.27% from 255) = 46.12%
BLUE value IS 174 (68.36% from 255) = 43.61%
R=10.28%
G=46.12%
B=43.61%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal411841740.7800.050.28175.863.5644.12
Hex29B8AE4E051Cb0402c
Octal51270256116053426010054
Binary10100110111000101011101001110010111100101100001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29B8AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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