Shades of Light Sea Green #2ABEBB
Tints of Light Sea Green #2ABEBB
RGB
CMYK
RGB Variations
Color information
#2ABEBB (or 0x2ABEBB) is known color: Light Sea Green. HEX triplet: 2A, BE and BB. RGB value is (42,190,187). Sum of RGB (Red+Green+Blue) = 42+190+187=419 (55% of max value = 765). Red value is 42 (16.80% from 255 or 10.02% from 419); Green value is 190 (74.61% from 255 or 45.35% from 419); Blue value is 187 (73.44% from 255 or 44.63% from 419); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEBB is #D54144. Grayscale: #919191. Windows color (decimal): -13975877 or 12303914. OLE color: 12303914.
HSL color Cylindrical-coordinate representation of color #2ABEBB: hue angle of 178.78º 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 #2ABEBB is Cyan = 0.78, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 187 | - |
| CMYK | 0.78 | 0 | 0.02 | 0.25 |
| HSL | 178.78º | 0.64% | 0.45% | - |
| HSV(B) | 178.78º | 0.78% | 0.75% | - |
| XYZ | 28.34 | 40.91 | 53.42 | - |
| YUV | 145.41 | 151.47 | 54.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 187 | 0.78 | 0 | 0.02 | 0.25 | 178.78 | 0.64 | 0.45 |
| Hex | 2A | BE | BB | 4E | 0 | 2 | 19 | B3 | 40 | 2D |
| Octal | 52 | 276 | 273 | 116 | 0 | 2 | 31 | 263 | 100 | 55 |
| Binary | 101010 | 10111110 | 10111011 | 1001110 | 0 | 10 | 11001 | 10110011 | 1000000 | 101101 |
Color Harmonies of #2ABEBB
Complementary color
Monochromatic Colors of #2ABEBB
Black with #2ABEBB
Text Example
Text Example
White with #2ABEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEBB; }
p { color: rgb(42,190,187); }
H1.HeaderClassName
{
color: #2ABEBB;
}
.AnyTagClassName
{
color: #2ABEBB;
}
</style>
background-color css
<style>
a { background-color: #2ABEBB; }
a { background-color: rgb(42,190,187); }
div.DivClassName
{
background-color: #2ABEBB;
}
.BgClassName
{
background-color: #2ABEBB;
}
</style>
border-color css
<style>
span { border-color: #2ABEBB; }
span { border-color: rgb(42,190,187); }
td.TdClassName
{
border-color: #2ABEBB;
}
.TagClassName
{
border-color: #2ABEBB;
}
</style>