#29BAAA

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

Shades of Light Sea Green #29BAAA

Tints of Light Sea Green #29BAAA

Color information

#29BAAA (or 0x29BAAA) is unknown color: approx Light Sea Green. HEX triplet: 29, BA and AA. RGB value is (41,186,170). Sum of RGB (Red+Green+Blue) = 41+186+170=397 (52% of max value = 765). Red value is 41 (16.41% from 255 or 10.33% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 170 (66.80% from 255 or 42.82% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #29BAAA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BAAA is #D64555. Grayscale: #8C8C8C. Windows color (decimal): -14042454 or 11188777. OLE color: 11188777.

HSL color Cylindrical-coordinate representation of color #29BAAA: hue angle of 173.38º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #29BAAA is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.

Color convert

RGB41186170-
CMYK0.7800.090.27
HSL173.38º63.88%44.51%-
HSV(B)173.38º77.96%72.94%-
XYZ25.7338.4944.1-
YUV140.82144.4656.8-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.33%
GREEN value IS 186 (73.05% from 255) = 46.85%
BLUE value IS 170 (66.80% from 255) = 42.82%
R=10.33%
G=46.85%
B=42.82%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal411861700.7800.090.27173.3863.8844.51
Hex29BAAA4E091Bad402d
Octal512722521160113325510055
Binary101001101110101010101010011100100111011101011011000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,186,170); }

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

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

 a { background-color: rgb(41,186,170); }

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

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

 span { border-color: rgb(41,186,170); }

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