Shades of Light Sea Green #2AB8A8
Tints of Light Sea Green #2AB8A8
RGB
CMYK
RGB Variations
Color information
#2AB8A8 (or 0x2AB8A8) is known color: Light Sea Green. HEX triplet: 2A, B8 and A8. RGB value is (42,184,168). Sum of RGB (Red+Green+Blue) = 42+184+168=394 (52% of max value = 765). Red value is 42 (16.80% from 255 or 10.66% from 394); Green value is 184 (72.27% from 255 or 46.70% from 394); Blue value is 168 (66.02% from 255 or 42.64% from 394); Max value from RGB is 184 - color contains mainly: green. Hex color #2AB8A8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB8A8 is #D54757. Grayscale: #8B8B8B. Windows color (decimal): -13977432 or 11057194. OLE color: 11057194.
HSL color Cylindrical-coordinate representation of color #2AB8A8: hue angle of 173.24º 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 #2AB8A8 is Cyan = 0.77, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 42 | 184 | 168 | - |
| CMYK | 0.77 | 0 | 0.09 | 0.28 |
| HSL | 173.24º | 0.63% | 0.44% | - |
| HSV(B) | 173.24º | 0.77% | 0.72% | - |
| XYZ | 25.16 | 37.6 | 42.98 | - |
| YUV | 139.72 | 143.96 | 58.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 184 | 168 | 0.77 | 0 | 0.09 | 0.28 | 173.24 | 0.63 | 0.44 |
| Hex | 2A | B8 | A8 | 4D | 0 | 9 | 1C | AD | 3F | 2C |
| Octal | 52 | 270 | 250 | 115 | 0 | 11 | 34 | 255 | 77 | 54 |
| Binary | 101010 | 10111000 | 10101000 | 1001101 | 0 | 1001 | 11100 | 10101101 | 111111 | 101100 |
Color Harmonies of #2AB8A8
Complementary color
Monochromatic Colors of #2AB8A8
Black with #2AB8A8
Text Example
Text Example
White with #2AB8A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB8A8; }
p { color: rgb(42,184,168); }
H1.HeaderClassName
{
color: #2AB8A8;
}
.AnyTagClassName
{
color: #2AB8A8;
}
</style>
background-color css
<style>
a { background-color: #2AB8A8; }
a { background-color: rgb(42,184,168); }
div.DivClassName
{
background-color: #2AB8A8;
}
.BgClassName
{
background-color: #2AB8A8;
}
</style>
border-color css
<style>
span { border-color: #2AB8A8; }
span { border-color: rgb(42,184,168); }
td.TdClassName
{
border-color: #2AB8A8;
}
.TagClassName
{
border-color: #2AB8A8;
}
</style>