Shades of Light Sea Green #40AAAB
Tints of Light Sea Green #40AAAB
RGB
CMYK
RGB Variations
Color information
#40AAAB (or 0x40AAAB) is known color: Light Sea Green. HEX triplet: 40, AA and AB. RGB value is (64,170,171). Sum of RGB (Red+Green+Blue) = 64+170+171=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 170 (66.80% from 255 or 41.98% from 405); Blue value is 171 (67.19% from 255 or 42.22% from 405); Max value from RGB is 171 - color contains mainly: blue. Hex color #40AAAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AAAB is #BF5554. Grayscale: #8A8A8A. Windows color (decimal): -12539221 or 11250240. OLE color: 11250240.
HSL color Cylindrical-coordinate representation of color #40AAAB: hue angle of 180.56º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AAAB is Cyan = 0.63, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 171 | - |
| CMYK | 0.63 | 0.01 | 0 | 0.33 |
| HSL | 180.56º | 0.46% | 0.46% | - |
| HSV(B) | 180.56º | 0.63% | 0.67% | - |
| XYZ | 23.84 | 32.78 | 43.6 | - |
| YUV | 138.42 | 146.38 | 74.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 171 | 0.63 | 0.01 | 0 | 0.33 | 180.56 | 0.46 | 0.46 |
| Hex | 40 | AA | AB | 3F | 1 | 0 | 21 | B5 | 2E | 2E |
| Octal | 100 | 252 | 253 | 77 | 1 | 0 | 41 | 265 | 56 | 56 |
| Binary | 1000000 | 10101010 | 10101011 | 111111 | 1 | 0 | 100001 | 10110101 | 101110 | 101110 |
Color Harmonies of #40AAAB
Complementary color
Monochromatic Colors of #40AAAB
Black with #40AAAB
Text Example
Text Example
White with #40AAAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAAB; }
p { color: rgb(64,170,171); }
H1.HeaderClassName
{
color: #40AAAB;
}
.AnyTagClassName
{
color: #40AAAB;
}
</style>
background-color css
<style>
a { background-color: #40AAAB; }
a { background-color: rgb(64,170,171); }
div.DivClassName
{
background-color: #40AAAB;
}
.BgClassName
{
background-color: #40AAAB;
}
</style>
border-color css
<style>
span { border-color: #40AAAB; }
span { border-color: rgb(64,170,171); }
td.TdClassName
{
border-color: #40AAAB;
}
.TagClassName
{
border-color: #40AAAB;
}
</style>