Shades of Light Sea Green #2ABEC1
Tints of Light Sea Green #2ABEC1
RGB
CMYK
RGB Variations
Color information
#2ABEC1 (or 0x2ABEC1) is known color: Light Sea Green. HEX triplet: 2A, BE and C1. RGB value is (42,190,193). Sum of RGB (Red+Green+Blue) = 42+190+193=425 (56% of max value = 765). Red value is 42 (16.80% from 255 or 9.88% from 425); Green value is 190 (74.61% from 255 or 44.71% from 425); Blue value is 193 (75.78% from 255 or 45.41% from 425); Max value from RGB is 193 - color contains mainly: blue. Hex color #2ABEC1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEC1 is #D5413E. Grayscale: #919191. Windows color (decimal): -13975871 or 12697130. OLE color: 12697130.
HSL color Cylindrical-coordinate representation of color #2ABEC1: hue angle of 181.19º 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 #2ABEC1 is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 190 | 193 | - |
| CMYK | 0.78 | 0.02 | 0 | 0.24 |
| HSL | 181.19º | 0.64% | 0.46% | - |
| HSV(B) | 181.19º | 0.78% | 0.76% | - |
| XYZ | 28.99 | 41.17 | 56.87 | - |
| YUV | 146.09 | 154.47 | 53.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 193 | 0.78 | 0.02 | 0 | 0.24 | 181.19 | 0.64 | 0.46 |
| Hex | 2A | BE | C1 | 4E | 2 | 0 | 18 | B5 | 40 | 2E |
| Octal | 52 | 276 | 301 | 116 | 2 | 0 | 30 | 265 | 100 | 56 |
| Binary | 101010 | 10111110 | 11000001 | 1001110 | 10 | 0 | 11000 | 10110101 | 1000000 | 101110 |
Color Harmonies of #2ABEC1
Complementary color
Monochromatic Colors of #2ABEC1
Black with #2ABEC1
Text Example
Text Example
White with #2ABEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEC1; }
p { color: rgb(42,190,193); }
H1.HeaderClassName
{
color: #2ABEC1;
}
.AnyTagClassName
{
color: #2ABEC1;
}
</style>
background-color css
<style>
a { background-color: #2ABEC1; }
a { background-color: rgb(42,190,193); }
div.DivClassName
{
background-color: #2ABEC1;
}
.BgClassName
{
background-color: #2ABEC1;
}
</style>
border-color css
<style>
span { border-color: #2ABEC1; }
span { border-color: rgb(42,190,193); }
td.TdClassName
{
border-color: #2ABEC1;
}
.TagClassName
{
border-color: #2ABEC1;
}
</style>