Shades of Medium Sea Green #2ABC69
Tints of Medium Sea Green #2ABC69
RGB
CMYK
RGB Variations
Color information
#2ABC69 (or 0x2ABC69) is known color: Medium Sea Green. HEX triplet: 2A, BC and 69. RGB value is (42,188,105). Sum of RGB (Red+Green+Blue) = 42+188+105=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 105 (41.41% from 255 or 31.34% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC69 is #D54396. Grayscale: #878787. Windows color (decimal): -13976471 or 6929450. OLE color: 6929450.
HSL color Cylindrical-coordinate representation of color #2ABC69: hue angle of 145.89º 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 #2ABC69 is Cyan = 0.78, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 105 | - |
| CMYK | 0.78 | 0 | 0.44 | 0.26 |
| HSL | 145.89º | 0.63% | 0.45% | - |
| HSV(B) | 145.89º | 0.78% | 0.74% | - |
| XYZ | 21.49 | 37.48 | 19.47 | - |
| YUV | 134.88 | 111.13 | 61.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 105 | 0.78 | 0 | 0.44 | 0.26 | 145.89 | 0.63 | 0.45 |
| Hex | 2A | BC | 69 | 4E | 0 | 2C | 1A | 92 | 3F | 2D |
| Octal | 52 | 274 | 151 | 116 | 0 | 54 | 32 | 222 | 77 | 55 |
| Binary | 101010 | 10111100 | 1101001 | 1001110 | 0 | 101100 | 11010 | 10010010 | 111111 | 101101 |
Color Harmonies of #2ABC69
Complementary color
Monochromatic Colors of #2ABC69
Black with #2ABC69
Text Example
Text Example
White with #2ABC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC69; }
p { color: rgb(42,188,105); }
H1.HeaderClassName
{
color: #2ABC69;
}
.AnyTagClassName
{
color: #2ABC69;
}
</style>
background-color css
<style>
a { background-color: #2ABC69; }
a { background-color: rgb(42,188,105); }
div.DivClassName
{
background-color: #2ABC69;
}
.BgClassName
{
background-color: #2ABC69;
}
</style>
border-color css
<style>
span { border-color: #2ABC69; }
span { border-color: rgb(42,188,105); }
td.TdClassName
{
border-color: #2ABC69;
}
.TagClassName
{
border-color: #2ABC69;
}
</style>