Shades of Light Sea Green #2AB8AA
Tints of Light Sea Green #2AB8AA
RGB
CMYK
RGB Variations
Color information
#2AB8AA (or 0x2AB8AA) is known color: Light Sea Green. HEX triplet: 2A, B8 and AA. RGB value is (42,184,170). Sum of RGB (Red+Green+Blue) = 42+184+170=396 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.61% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 170 (66.80% from 255 or 42.93% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB8AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB8AA is #D54755. Grayscale: #8B8B8B. Windows color (decimal): -13977430 or 11188266. OLE color: 11188266.
HSL color Cylindrical-coordinate representation of color #2AB8AA: hue angle of 174.08º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB8AA is Cyan = 0.77, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 170 | - |
| CMYK | 0.77 | 0 | 0.08 | 0.28 |
| HSL | 174.08º | 0.63% | 0.44% | - |
| HSV(B) | 174.08º | 0.77% | 0.72% | - |
| XYZ | 25.35 | 37.68 | 43.97 | - |
| YUV | 139.95 | 144.96 | 58.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 170 | 0.77 | 0 | 0.08 | 0.28 | 174.08 | 0.63 | 0.44 |
| Hex | 2A | B8 | AA | 4D | 0 | 8 | 1C | AE | 3F | 2C |
| Octal | 52 | 270 | 252 | 115 | 0 | 10 | 34 | 256 | 77 | 54 |
| Binary | 101010 | 10111000 | 10101010 | 1001101 | 0 | 1000 | 11100 | 10101110 | 111111 | 101100 |
Color Harmonies of #2AB8AA
Complementary color
Monochromatic Colors of #2AB8AA
Black with #2AB8AA
Text Example
Text Example
White with #2AB8AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB8AA; }
p { color: rgb(42,184,170); }
H1.HeaderClassName
{
color: #2AB8AA;
}
.AnyTagClassName
{
color: #2AB8AA;
}
</style>
background-color css
<style>
a { background-color: #2AB8AA; }
a { background-color: rgb(42,184,170); }
div.DivClassName
{
background-color: #2AB8AA;
}
.BgClassName
{
background-color: #2AB8AA;
}
</style>
border-color css
<style>
span { border-color: #2AB8AA; }
span { border-color: rgb(42,184,170); }
td.TdClassName
{
border-color: #2AB8AA;
}
.TagClassName
{
border-color: #2AB8AA;
}
</style>