Shades of Light Sea Green #2AABAF
Tints of Light Sea Green #2AABAF
RGB
CMYK
RGB Variations
Color information
#2AABAF (or 0x2AABAF) is known color: Light Sea Green. HEX triplet: 2A, AB and AF. RGB value is (42,171,175). Sum of RGB (Red+Green+Blue) = 42+171+175=388 (51% of max value = 765). Red value is 42 (16.80% from 255 or 10.82% from 388); Green value is 171 (67.19% from 255 or 44.07% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #2AABAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2AABAF is #D55450. Grayscale: #848484. Windows color (decimal): -13980753 or 11512618. OLE color: 11512618.
HSL color Cylindrical-coordinate representation of color #2AABAF: hue angle of 181.8º degrees, saturation: 0.61, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2AABAF is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 42 | 171 | 175 | - |
| CMYK | 0.76 | 0.02 | 0 | 0.31 |
| HSL | 181.8º | 0.61% | 0.43% | - |
| HSV(B) | 181.8º | 0.76% | 0.69% | - |
| XYZ | 23.26 | 32.71 | 45.65 | - |
| YUV | 132.89 | 151.76 | 63.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 171 | 175 | 0.76 | 0.02 | 0 | 0.31 | 181.8 | 0.61 | 0.43 |
| Hex | 2A | AB | AF | 4C | 2 | 0 | 1F | B6 | 3D | 2B |
| Octal | 52 | 253 | 257 | 114 | 2 | 0 | 37 | 266 | 75 | 53 |
| Binary | 101010 | 10101011 | 10101111 | 1001100 | 10 | 0 | 11111 | 10110110 | 111101 | 101011 |
Color Harmonies of #2AABAF
Complementary color
Monochromatic Colors of #2AABAF
Black with #2AABAF
Text Example
Text Example
White with #2AABAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2AABAF; }
p { color: rgb(42,171,175); }
H1.HeaderClassName
{
color: #2AABAF;
}
.AnyTagClassName
{
color: #2AABAF;
}
</style>
background-color css
<style>
a { background-color: #2AABAF; }
a { background-color: rgb(42,171,175); }
div.DivClassName
{
background-color: #2AABAF;
}
.BgClassName
{
background-color: #2AABAF;
}
</style>
border-color css
<style>
span { border-color: #2AABAF; }
span { border-color: rgb(42,171,175); }
td.TdClassName
{
border-color: #2AABAF;
}
.TagClassName
{
border-color: #2AABAF;
}
</style>