Shades of Light Sea Green #2ABEBC
Tints of Light Sea Green #2ABEBC
RGB
CMYK
RGB Variations
Color information
#2ABEBC (or 0x2ABEBC) is known color: Light Sea Green. HEX triplet: 2A, BE and BC. RGB value is (42,190,188). Sum of RGB (Red+Green+Blue) = 42+190+188=420 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10% from 420); Green value is 190 (74.61% from 255 or 45.24% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEBC is #D54143. Grayscale: #919191. Windows color (decimal): -13975876 or 12369450. OLE color: 12369450.
HSL color Cylindrical-coordinate representation of color #2ABEBC: hue angle of 179.19º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABEBC is Cyan = 0.78, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 188 | - |
| CMYK | 0.78 | 0 | 0.01 | 0.25 |
| HSL | 179.19º | 0.64% | 0.45% | - |
| HSV(B) | 179.19º | 0.78% | 0.75% | - |
| XYZ | 28.45 | 40.95 | 53.98 | - |
| YUV | 145.52 | 151.97 | 54.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 188 | 0.78 | 0 | 0.01 | 0.25 | 179.19 | 0.64 | 0.45 |
| Hex | 2A | BE | BC | 4E | 0 | 1 | 19 | B3 | 40 | 2D |
| Octal | 52 | 276 | 274 | 116 | 0 | 1 | 31 | 263 | 100 | 55 |
| Binary | 101010 | 10111110 | 10111100 | 1001110 | 0 | 1 | 11001 | 10110011 | 1000000 | 101101 |
Color Harmonies of #2ABEBC
Complementary color
Monochromatic Colors of #2ABEBC
Black with #2ABEBC
Text Example
Text Example
White with #2ABEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEBC; }
p { color: rgb(42,190,188); }
H1.HeaderClassName
{
color: #2ABEBC;
}
.AnyTagClassName
{
color: #2ABEBC;
}
</style>
background-color css
<style>
a { background-color: #2ABEBC; }
a { background-color: rgb(42,190,188); }
div.DivClassName
{
background-color: #2ABEBC;
}
.BgClassName
{
background-color: #2ABEBC;
}
</style>
border-color css
<style>
span { border-color: #2ABEBC; }
span { border-color: rgb(42,190,188); }
td.TdClassName
{
border-color: #2ABEBC;
}
.TagClassName
{
border-color: #2ABEBC;
}
</style>