Shades of Light Sea Green #2ABEBE
Tints of Light Sea Green #2ABEBE
RGB
CMYK
RGB Variations
Color information
#2ABEBE (or 0x2ABEBE) is known color: Light Sea Green. HEX triplet: 2A, BE and BE. RGB value is (42,190,190). Sum of RGB (Red+Green+Blue) = 42+190+190=422 (55% of max value = 765). Red value is 42 (16.80% from 255 or 9.95% from 422); Green value is 190 (74.61% from 255 or 45.02% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: green, blue. Hex color #2ABEBE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABEBE is #D54141. Grayscale: #919191. Windows color (decimal): -13975874 or 12500522. OLE color: 12500522.
HSL color Cylindrical-coordinate representation of color #2ABEBE: hue angle of 180º 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 #2ABEBE is Cyan = 0.78, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 190 | - |
| CMYK | 0.78 | 0 | 0 | 0.25 |
| HSL | 180º | 0.64% | 0.45% | - |
| HSV(B) | 180º | 0.78% | 0.75% | - |
| XYZ | 28.66 | 41.04 | 55.13 | - |
| YUV | 145.75 | 152.97 | 54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 190 | 0.78 | 0 | 0 | 0.25 | 180 | 0.64 | 0.45 |
| Hex | 2A | BE | BE | 4E | 0 | 0 | 19 | B4 | 40 | 2D |
| Octal | 52 | 276 | 276 | 116 | 0 | 0 | 31 | 264 | 100 | 55 |
| Binary | 101010 | 10111110 | 10111110 | 1001110 | 0 | 0 | 11001 | 10110100 | 1000000 | 101101 |
Color Harmonies of #2ABEBE
Complementary color
Monochromatic Colors of #2ABEBE
Black with #2ABEBE
Text Example
Text Example
White with #2ABEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEBE; }
p { color: rgb(42,190,190); }
H1.HeaderClassName
{
color: #2ABEBE;
}
.AnyTagClassName
{
color: #2ABEBE;
}
</style>
background-color css
<style>
a { background-color: #2ABEBE; }
a { background-color: rgb(42,190,190); }
div.DivClassName
{
background-color: #2ABEBE;
}
.BgClassName
{
background-color: #2ABEBE;
}
</style>
border-color css
<style>
span { border-color: #2ABEBE; }
span { border-color: rgb(42,190,190); }
td.TdClassName
{
border-color: #2ABEBE;
}
.TagClassName
{
border-color: #2ABEBE;
}
</style>