Shades of Light Sea Green #2ABAC1
Tints of Light Sea Green #2ABAC1
RGB
CMYK
RGB Variations
Color information
#2ABAC1 (or 0x2ABAC1) is known color: Light Sea Green. HEX triplet: 2A, BA and C1. RGB value is (42,186,193). Sum of RGB (Red+Green+Blue) = 42+186+193=421 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.98% from 421); Green value is 186 (73.05% from 255 or 44.18% from 421); Blue value is 193 (75.78% from 255 or 45.84% from 421); Max value from RGB is 193 - color contains mainly: blue. Hex color #2ABAC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABAC1 is #D5453E. Grayscale: #8F8F8F. Windows color (decimal): -13976895 or 12696106. OLE color: 12696106.
HSL color Cylindrical-coordinate representation of color #2ABAC1: hue angle of 182.78º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABAC1 is Cyan = 0.78, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 186 | 193 | - |
| CMYK | 0.78 | 0.04 | 0 | 0.24 |
| HSL | 182.78º | 0.64% | 0.46% | - |
| HSV(B) | 182.78º | 0.78% | 0.76% | - |
| XYZ | 28.14 | 39.46 | 56.59 | - |
| YUV | 143.74 | 155.79 | 55.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 186 | 193 | 0.78 | 0.04 | 0 | 0.24 | 182.78 | 0.64 | 0.46 |
| Hex | 2A | BA | C1 | 4E | 4 | 0 | 18 | B7 | 40 | 2E |
| Octal | 52 | 272 | 301 | 116 | 4 | 0 | 30 | 267 | 100 | 56 |
| Binary | 101010 | 10111010 | 11000001 | 1001110 | 100 | 0 | 11000 | 10110111 | 1000000 | 101110 |
Color Harmonies of #2ABAC1
Complementary color
Monochromatic Colors of #2ABAC1
Black with #2ABAC1
Text Example
Text Example
White with #2ABAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABAC1; }
p { color: rgb(42,186,193); }
H1.HeaderClassName
{
color: #2ABAC1;
}
.AnyTagClassName
{
color: #2ABAC1;
}
</style>
background-color css
<style>
a { background-color: #2ABAC1; }
a { background-color: rgb(42,186,193); }
div.DivClassName
{
background-color: #2ABAC1;
}
.BgClassName
{
background-color: #2ABAC1;
}
</style>
border-color css
<style>
span { border-color: #2ABAC1; }
span { border-color: rgb(42,186,193); }
td.TdClassName
{
border-color: #2ABAC1;
}
.TagClassName
{
border-color: #2ABAC1;
}
</style>