Shades of Light Sea Green #2AB9AF
Tints of Light Sea Green #2AB9AF
RGB
CMYK
RGB Variations
Color information
#2AB9AF (or 0x2AB9AF) is known color: Light Sea Green. HEX triplet: 2A, B9 and AF. RGB value is (42,185,175). Sum of RGB (Red+Green+Blue) = 42+185+175=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 175 (68.75% from 255 or 43.53% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #2AB9AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2AB9AF is #D54650. Grayscale: #8D8D8D. Windows color (decimal): -13977169 or 11516202. OLE color: 11516202.
HSL color Cylindrical-coordinate representation of color #2AB9AF: hue angle of 175.8º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2AB9AF is Cyan = 0.77, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 185 | 175 | - |
| CMYK | 0.77 | 0 | 0.05 | 0.27 |
| HSL | 175.8º | 0.63% | 0.45% | - |
| HSV(B) | 175.8º | 0.77% | 0.73% | - |
| XYZ | 26.04 | 38.29 | 46.57 | - |
| YUV | 141.1 | 147.12 | 57.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 185 | 175 | 0.77 | 0 | 0.05 | 0.27 | 175.8 | 0.63 | 0.45 |
| Hex | 2A | B9 | AF | 4D | 0 | 5 | 1B | B0 | 3F | 2D |
| Octal | 52 | 271 | 257 | 115 | 0 | 5 | 33 | 260 | 77 | 55 |
| Binary | 101010 | 10111001 | 10101111 | 1001101 | 0 | 101 | 11011 | 10110000 | 111111 | 101101 |
Color Harmonies of #2AB9AF
Complementary color
Monochromatic Colors of #2AB9AF
Black with #2AB9AF
Text Example
Text Example
White with #2AB9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AB9AF; }
p { color: rgb(42,185,175); }
H1.HeaderClassName
{
color: #2AB9AF;
}
.AnyTagClassName
{
color: #2AB9AF;
}
</style>
background-color css
<style>
a { background-color: #2AB9AF; }
a { background-color: rgb(42,185,175); }
div.DivClassName
{
background-color: #2AB9AF;
}
.BgClassName
{
background-color: #2AB9AF;
}
</style>
border-color css
<style>
span { border-color: #2AB9AF; }
span { border-color: rgb(42,185,175); }
td.TdClassName
{
border-color: #2AB9AF;
}
.TagClassName
{
border-color: #2AB9AF;
}
</style>