Shades of Light Sea Green #40AAAA
Tints of Light Sea Green #40AAAA
RGB
CMYK
RGB Variations
Color information
#40AAAA (or 0x40AAAA) is known color: Light Sea Green. HEX triplet: 40, AA and AA. RGB value is (64,170,170). Sum of RGB (Red+Green+Blue) = 64+170+170=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 170 (66.80% from 255 or 42.08% from 404); Max value from RGB is 170 - color contains mainly: green, blue. Hex color #40AAAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AAAA is #BF5555. Grayscale: #8A8A8A. Windows color (decimal): -12539222 or 11184704. OLE color: 11184704.
HSL color Cylindrical-coordinate representation of color #40AAAA: hue angle of 180º 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 #40AAAA is Cyan = 0.62, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 170 | 170 | - |
| CMYK | 0.62 | 0 | 0 | 0.33 |
| HSL | 180º | 0.45% | 0.46% | - |
| HSV(B) | 180º | 0.62% | 0.67% | - |
| XYZ | 23.74 | 32.74 | 43.1 | - |
| YUV | 138.31 | 145.88 | 75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 170 | 170 | 0.62 | 0 | 0 | 0.33 | 180 | 0.45 | 0.46 |
| Hex | 40 | AA | AA | 3E | 0 | 0 | 21 | B4 | 2D | 2E |
| Octal | 100 | 252 | 252 | 76 | 0 | 0 | 41 | 264 | 55 | 56 |
| Binary | 1000000 | 10101010 | 10101010 | 111110 | 0 | 0 | 100001 | 10110100 | 101101 | 101110 |
Color Harmonies of #40AAAA
Complementary color
Monochromatic Colors of #40AAAA
Black with #40AAAA
Text Example
Text Example
White with #40AAAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AAAA; }
p { color: rgb(64,170,170); }
H1.HeaderClassName
{
color: #40AAAA;
}
.AnyTagClassName
{
color: #40AAAA;
}
</style>
background-color css
<style>
a { background-color: #40AAAA; }
a { background-color: rgb(64,170,170); }
div.DivClassName
{
background-color: #40AAAA;
}
.BgClassName
{
background-color: #40AAAA;
}
</style>
border-color css
<style>
span { border-color: #40AAAA; }
span { border-color: rgb(64,170,170); }
td.TdClassName
{
border-color: #40AAAA;
}
.TagClassName
{
border-color: #40AAAA;
}
</style>