#29BEAC

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

Shades of Light Sea Green #29BEAC

Tints of Light Sea Green #29BEAC

Color information

#29BEAC (or 0x29BEAC) is unknown color: approx Light Sea Green. HEX triplet: 29, BE and AC. RGB value is (41,190,172). Sum of RGB (Red+Green+Blue) = 41+190+172=403 (53% of max value = 765). Red value is 41 (16.41% from 255 or 10.17% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 172 (67.58% from 255 or 42.68% from 403); Max value from RGB is 190 - color contains mainly: green. Hex color #29BEAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #29BEAC is #D64153. Grayscale: #8F8F8F. Windows color (decimal): -14041428 or 11320873. OLE color: 11320873.

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

Color convert

RGB41190172-
CMYK0.7800.090.25
HSL172.75º64.5%45.29%-
HSV(B)172.75º78.42%74.51%-
XYZ26.7740.2845.39-
YUV143.4144.1454.96-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 10.17%
GREEN value IS 190 (74.61% from 255) = 47.15%
BLUE value IS 172 (67.58% from 255) = 42.68%
R=10.17%
G=47.15%
B=42.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal411901720.7800.090.25172.7564.545.29
Hex29BEAC4E0919ad412d
Octal512762541160113125510155
Binary101001101111101010110010011100100111001101011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(41,190,172); }

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

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

 a { background-color: rgb(41,190,172); }

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

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

 span { border-color: rgb(41,190,172); }

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