Shades of Light Sea Green #2ABAC0
Tints of Light Sea Green #2ABAC0
RGB
CMYK
RGB Variations
Color information
#2ABAC0 (or 0x2ABAC0) is known color: Light Sea Green. HEX triplet: 2A, BA and C0. RGB value is (42,186,192). Sum of RGB (Red+Green+Blue) = 42+186+192=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 192 (75.39% from 255 or 45.71% from 420); Max value from RGB is 192 - color contains mainly: blue. Hex color #2ABAC0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABAC0 is #D5453F. Grayscale: #8F8F8F. Windows color (decimal): -13976896 or 12630570. OLE color: 12630570.
HSL color Cylindrical-coordinate representation of color #2ABAC0: hue angle of 182.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABAC0 is Cyan = 0.78, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 186 | 192 | - |
| CMYK | 0.78 | 0.03 | 0 | 0.25 |
| HSL | 182.4º | 0.64% | 0.46% | - |
| HSV(B) | 182.4º | 0.78% | 0.75% | - |
| XYZ | 28.03 | 39.42 | 56 | - |
| YUV | 143.63 | 155.29 | 55.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 192 | 0.78 | 0.03 | 0 | 0.25 | 182.4 | 0.64 | 0.46 |
| Hex | 2A | BA | C0 | 4E | 3 | 0 | 19 | B6 | 40 | 2E |
| Octal | 52 | 272 | 300 | 116 | 3 | 0 | 31 | 266 | 100 | 56 |
| Binary | 101010 | 10111010 | 11000000 | 1001110 | 11 | 0 | 11001 | 10110110 | 1000000 | 101110 |
Color Harmonies of #2ABAC0
Complementary color
Monochromatic Colors of #2ABAC0
Black with #2ABAC0
Text Example
Text Example
White with #2ABAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABAC0; }
p { color: rgb(42,186,192); }
H1.HeaderClassName
{
color: #2ABAC0;
}
.AnyTagClassName
{
color: #2ABAC0;
}
</style>
background-color css
<style>
a { background-color: #2ABAC0; }
a { background-color: rgb(42,186,192); }
div.DivClassName
{
background-color: #2ABAC0;
}
.BgClassName
{
background-color: #2ABAC0;
}
</style>
border-color css
<style>
span { border-color: #2ABAC0; }
span { border-color: rgb(42,186,192); }
td.TdClassName
{
border-color: #2ABAC0;
}
.TagClassName
{
border-color: #2ABAC0;
}
</style>