Shades of Light Sea Green #2ABEAD
Tints of Light Sea Green #2ABEAD
RGB
CMYK
RGB Variations
Color information
#2ABEAD (or 0x2ABEAD) is known color: Light Sea Green. HEX triplet: 2A, BE and AD. RGB value is (42,190,173). Sum of RGB (Red+Green+Blue) = 42+190+173=405 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.37% from 405); Green value is 190 (74.61% from 255 or 46.91% from 405); Blue value is 173 (67.97% from 255 or 42.72% from 405); Max value from RGB is 190 - color contains mainly: green. Hex color #2ABEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABEAD is #D54152. Grayscale: #8F8F8F. Windows color (decimal): -13975891 or 11386410. OLE color: 11386410.
HSL color Cylindrical-coordinate representation of color #2ABEAD: hue angle of 173.11º 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 #2ABEAD is Cyan = 0.78, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 190 | 173 | - |
| CMYK | 0.78 | 0 | 0.09 | 0.25 |
| HSL | 173.11º | 0.64% | 0.45% | - |
| HSV(B) | 173.11º | 0.78% | 0.75% | - |
| XYZ | 26.91 | 40.34 | 45.9 | - |
| YUV | 143.81 | 144.47 | 55.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 190 | 173 | 0.78 | 0 | 0.09 | 0.25 | 173.11 | 0.64 | 0.45 |
| Hex | 2A | BE | AD | 4E | 0 | 9 | 19 | AD | 40 | 2D |
| Octal | 52 | 276 | 255 | 116 | 0 | 11 | 31 | 255 | 100 | 55 |
| Binary | 101010 | 10111110 | 10101101 | 1001110 | 0 | 1001 | 11001 | 10101101 | 1000000 | 101101 |
Color Harmonies of #2ABEAD
Complementary color
Monochromatic Colors of #2ABEAD
Black with #2ABEAD
Text Example
Text Example
White with #2ABEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABEAD; }
p { color: rgb(42,190,173); }
H1.HeaderClassName
{
color: #2ABEAD;
}
.AnyTagClassName
{
color: #2ABEAD;
}
</style>
background-color css
<style>
a { background-color: #2ABEAD; }
a { background-color: rgb(42,190,173); }
div.DivClassName
{
background-color: #2ABEAD;
}
.BgClassName
{
background-color: #2ABEAD;
}
</style>
border-color css
<style>
span { border-color: #2ABEAD; }
span { border-color: rgb(42,190,173); }
td.TdClassName
{
border-color: #2ABEAD;
}
.TagClassName
{
border-color: #2ABEAD;
}
</style>