#29AEB8

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

Shades of Light Sea Green #29AEB8

Tints of Light Sea Green #29AEB8

Color information

#29AEB8 (or 0x29AEB8) is unknown color: approx Light Sea Green. HEX triplet: 29, AE and B8. RGB value is (41,174,184). Sum of RGB (Red+Green+Blue) = 41+174+184=399 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.28% from 399); Green value is 174 (68.36% from 255 or 43.61% from 399); Blue value is 184 (72.27% from 255 or 46.12% from 399); Max value from RGB is 184 - color contains mainly: blue. Hex color #29AEB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #29AEB8 is #D65147. Grayscale: #878787. Windows color (decimal): -14045512 or 12103209. OLE color: 12103209.

HSL color Cylindrical-coordinate representation of color #29AEB8: hue angle of 184.2º 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 #29AEB8 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB41174184-
CMYK0.780.0500.28
HSL184.2º63.56%44.12%-
HSV(B)184.2º77.72%72.16%-
XYZ24.734.250.65-
YUV135.37155.4460.69-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal411741840.780.0500.28184.263.5644.12
Hex29AEB84E501Cb8402c
Octal51256270116503427010054
Binary10100110101110101110001001110101011100101110001000000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29AEB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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