Shades of Light Sea Green #2ABBAC
Tints of Light Sea Green #2ABBAC
RGB
CMYK
RGB Variations
Color information
#2ABBAC (or 0x2ABBAC) is known color: Light Sea Green. HEX triplet: 2A, BB and AC. RGB value is (42,187,172). Sum of RGB (Red+Green+Blue) = 42+187+172=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBAC is #D54453. Grayscale: #8D8D8D. Windows color (decimal): -13976660 or 11320106. OLE color: 11320106.
HSL color Cylindrical-coordinate representation of color #2ABBAC: hue angle of 173.79º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBAC is Cyan = 0.78, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 187 | 172 | - |
| CMYK | 0.78 | 0 | 0.08 | 0.27 |
| HSL | 173.79º | 0.63% | 0.45% | - |
| HSV(B) | 173.79º | 0.78% | 0.73% | - |
| XYZ | 26.17 | 39.01 | 45.18 | - |
| YUV | 141.94 | 144.96 | 56.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 187 | 172 | 0.78 | 0 | 0.08 | 0.27 | 173.79 | 0.63 | 0.45 |
| Hex | 2A | BB | AC | 4E | 0 | 8 | 1B | AE | 3F | 2D |
| Octal | 52 | 273 | 254 | 116 | 0 | 10 | 33 | 256 | 77 | 55 |
| Binary | 101010 | 10111011 | 10101100 | 1001110 | 0 | 1000 | 11011 | 10101110 | 111111 | 101101 |
Color Harmonies of #2ABBAC
Complementary color
Monochromatic Colors of #2ABBAC
Black with #2ABBAC
Text Example
Text Example
White with #2ABBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABBAC; }
p { color: rgb(42,187,172); }
H1.HeaderClassName
{
color: #2ABBAC;
}
.AnyTagClassName
{
color: #2ABBAC;
}
</style>
background-color css
<style>
a { background-color: #2ABBAC; }
a { background-color: rgb(42,187,172); }
div.DivClassName
{
background-color: #2ABBAC;
}
.BgClassName
{
background-color: #2ABBAC;
}
</style>
border-color css
<style>
span { border-color: #2ABBAC; }
span { border-color: rgb(42,187,172); }
td.TdClassName
{
border-color: #2ABBAC;
}
.TagClassName
{
border-color: #2ABBAC;
}
</style>