Shades of Medium Sea Green #2ABC68
Tints of Medium Sea Green #2ABC68
RGB
CMYK
RGB Variations
Color information
#2ABC68 (or 0x2ABC68) is known color: Medium Sea Green. HEX triplet: 2A, BC and 68. RGB value is (42,188,104). Sum of RGB (Red+Green+Blue) = 42+188+104=334 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.57% from 334); Green value is 188 (73.83% from 255 or 56.29% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC68 is #D54397. Grayscale: #868686. Windows color (decimal): -13976472 or 6863914. OLE color: 6863914.
HSL color Cylindrical-coordinate representation of color #2ABC68: hue angle of 145.48º 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 #2ABC68 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 104 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.26 |
| HSL | 145.48º | 0.63% | 0.45% | - |
| HSV(B) | 145.48º | 0.78% | 0.74% | - |
| XYZ | 21.44 | 37.46 | 19.2 | - |
| YUV | 134.77 | 110.63 | 61.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 104 | 0.78 | 0 | 0.45 | 0.26 | 145.48 | 0.63 | 0.45 |
| Hex | 2A | BC | 68 | 4E | 0 | 2D | 1A | 91 | 3F | 2D |
| Octal | 52 | 274 | 150 | 116 | 0 | 55 | 32 | 221 | 77 | 55 |
| Binary | 101010 | 10111100 | 1101000 | 1001110 | 0 | 101101 | 11010 | 10010001 | 111111 | 101101 |
Color Harmonies of #2ABC68
Complementary color
Monochromatic Colors of #2ABC68
Black with #2ABC68
Text Example
Text Example
White with #2ABC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC68; }
p { color: rgb(42,188,104); }
H1.HeaderClassName
{
color: #2ABC68;
}
.AnyTagClassName
{
color: #2ABC68;
}
</style>
background-color css
<style>
a { background-color: #2ABC68; }
a { background-color: rgb(42,188,104); }
div.DivClassName
{
background-color: #2ABC68;
}
.BgClassName
{
background-color: #2ABC68;
}
</style>
border-color css
<style>
span { border-color: #2ABC68; }
span { border-color: rgb(42,188,104); }
td.TdClassName
{
border-color: #2ABC68;
}
.TagClassName
{
border-color: #2ABC68;
}
</style>