Shades of Light Sea Green #40AAA9
Tints of Light Sea Green #40AAA9
RGB
CMYK
RGB Variations
Color information
#40AAA9 (or 0x40AAA9) is known color: Light Sea Green. HEX triplet: 40, AA and A9. RGB value is (64,170,169). Sum of RGB (Red+Green+Blue) = 64+170+169=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #40AAA9 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AAA9 is #BF5556. Grayscale: #8A8A8A. Windows color (decimal): -12539223 or 11119168. OLE color: 11119168.
HSL color Cylindrical-coordinate representation of color #40AAA9: hue angle of 179.43º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40AAA9 is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 169 | - |
| CMYK | 0.62 | 0 | 0.01 | 0.33 |
| HSL | 179.43º | 0.45% | 0.46% | - |
| HSV(B) | 179.43º | 0.62% | 0.67% | - |
| XYZ | 23.65 | 32.7 | 42.6 | - |
| YUV | 138.19 | 145.38 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 169 | 0.62 | 0 | 0.01 | 0.33 | 179.43 | 0.45 | 0.46 |
| Hex | 40 | AA | A9 | 3E | 0 | 1 | 21 | B3 | 2D | 2E |
| Octal | 100 | 252 | 251 | 76 | 0 | 1 | 41 | 263 | 55 | 56 |
| Binary | 1000000 | 10101010 | 10101001 | 111110 | 0 | 1 | 100001 | 10110011 | 101101 | 101110 |
Color Harmonies of #40AAA9
Complementary color
Monochromatic Colors of #40AAA9
Black with #40AAA9
Text Example
Text Example
White with #40AAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAA9; }
p { color: rgb(64,170,169); }
H1.HeaderClassName
{
color: #40AAA9;
}
.AnyTagClassName
{
color: #40AAA9;
}
</style>
background-color css
<style>
a { background-color: #40AAA9; }
a { background-color: rgb(64,170,169); }
div.DivClassName
{
background-color: #40AAA9;
}
.BgClassName
{
background-color: #40AAA9;
}
</style>
border-color css
<style>
span { border-color: #40AAA9; }
span { border-color: rgb(64,170,169); }
td.TdClassName
{
border-color: #40AAA9;
}
.TagClassName
{
border-color: #40AAA9;
}
</style>