Shades of Medium Sea Green #2ABC66
Tints of Medium Sea Green #2ABC66
RGB
CMYK
RGB Variations
Color information
#2ABC66 (or 0x2ABC66) is known color: Medium Sea Green. HEX triplet: 2A, BC and 66. RGB value is (42,188,102). Sum of RGB (Red+Green+Blue) = 42+188+102=332 (43% of max value = 765). Red value is 42 (16.80% from 255 or 12.65% from 332); Green value is 188 (73.83% from 255 or 56.63% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC66 is #D54399. Grayscale: #868686. Windows color (decimal): -13976474 or 6732842. OLE color: 6732842.
HSL color Cylindrical-coordinate representation of color #2ABC66: hue angle of 144.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABC66 is Cyan = 0.78, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 102 | - |
| CMYK | 0.78 | 0 | 0.46 | 0.26 |
| HSL | 144.66º | 0.63% | 0.45% | - |
| HSV(B) | 144.66º | 0.78% | 0.74% | - |
| XYZ | 21.34 | 37.42 | 18.67 | - |
| YUV | 134.54 | 109.63 | 61.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 102 | 0.78 | 0 | 0.46 | 0.26 | 144.66 | 0.63 | 0.45 |
| Hex | 2A | BC | 66 | 4E | 0 | 2E | 1A | 91 | 3F | 2D |
| Octal | 52 | 274 | 146 | 116 | 0 | 56 | 32 | 221 | 77 | 55 |
| Binary | 101010 | 10111100 | 1100110 | 1001110 | 0 | 101110 | 11010 | 10010001 | 111111 | 101101 |
Color Harmonies of #2ABC66
Complementary color
Monochromatic Colors of #2ABC66
Black with #2ABC66
Text Example
Text Example
White with #2ABC66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC66; }
p { color: rgb(42,188,102); }
H1.HeaderClassName
{
color: #2ABC66;
}
.AnyTagClassName
{
color: #2ABC66;
}
</style>
background-color css
<style>
a { background-color: #2ABC66; }
a { background-color: rgb(42,188,102); }
div.DivClassName
{
background-color: #2ABC66;
}
.BgClassName
{
background-color: #2ABC66;
}
</style>
border-color css
<style>
span { border-color: #2ABC66; }
span { border-color: rgb(42,188,102); }
td.TdClassName
{
border-color: #2ABC66;
}
.TagClassName
{
border-color: #2ABC66;
}
</style>