Shades of Light Sea Green #2AABAA
Tints of Light Sea Green #2AABAA
RGB
CMYK
RGB Variations
Color information
#2AABAA (or 0x2AABAA) is known color: Light Sea Green. HEX triplet: 2A, AB and AA. RGB value is (42,171,170). Sum of RGB (Red+Green+Blue) = 42+171+170=383 (50% of max value = 765). Red value is 42 (16.80% from 255 or 10.97% from 383); Green value is 171 (67.19% from 255 or 44.65% from 383); Blue value is 170 (66.80% from 255 or 44.39% from 383); Max value from RGB is 171 - color contains mainly: green. Hex color #2AABAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABAA is #D55455. Grayscale: #848484. Windows color (decimal): -13980758 or 11184938. OLE color: 11184938.
HSL color Cylindrical-coordinate representation of color #2AABAA: hue angle of 179.53º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2AABAA is Cyan = 0.75, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 171 | 170 | - |
| CMYK | 0.75 | 0 | 0.01 | 0.33 |
| HSL | 179.53º | 0.61% | 0.42% | - |
| HSV(B) | 179.53º | 0.75% | 0.67% | - |
| XYZ | 22.77 | 32.52 | 43.11 | - |
| YUV | 132.32 | 149.26 | 63.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 170 | 0.75 | 0 | 0.01 | 0.33 | 179.53 | 0.61 | 0.42 |
| Hex | 2A | AB | AA | 4B | 0 | 1 | 21 | B4 | 3D | 2A |
| Octal | 52 | 253 | 252 | 113 | 0 | 1 | 41 | 264 | 75 | 52 |
| Binary | 101010 | 10101011 | 10101010 | 1001011 | 0 | 1 | 100001 | 10110100 | 111101 | 101010 |
Color Harmonies of #2AABAA
Complementary color
Monochromatic Colors of #2AABAA
Black with #2AABAA
Text Example
Text Example
White with #2AABAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABAA; }
p { color: rgb(42,171,170); }
H1.HeaderClassName
{
color: #2AABAA;
}
.AnyTagClassName
{
color: #2AABAA;
}
</style>
background-color css
<style>
a { background-color: #2AABAA; }
a { background-color: rgb(42,171,170); }
div.DivClassName
{
background-color: #2AABAA;
}
.BgClassName
{
background-color: #2AABAA;
}
</style>
border-color css
<style>
span { border-color: #2AABAA; }
span { border-color: rgb(42,171,170); }
td.TdClassName
{
border-color: #2AABAA;
}
.TagClassName
{
border-color: #2AABAA;
}
</style>