Shades of Medium Sea Green #2ABC67
Tints of Medium Sea Green #2ABC67
RGB
CMYK
RGB Variations
Color information
#2ABC67 (or 0x2ABC67) is known color: Medium Sea Green. HEX triplet: 2A, BC and 67. RGB value is (42,188,103). Sum of RGB (Red+Green+Blue) = 42+188+103=333 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.61% from 333); Green value is 188 (73.83% from 255 or 56.46% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC67 is #D54398. Grayscale: #868686. Windows color (decimal): -13976473 or 6798378. OLE color: 6798378.
HSL color Cylindrical-coordinate representation of color #2ABC67: hue angle of 145.07º 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 #2ABC67 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 103 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.26 |
| HSL | 145.07º | 0.63% | 0.45% | - |
| HSV(B) | 145.07º | 0.78% | 0.74% | - |
| XYZ | 21.39 | 37.44 | 18.93 | - |
| YUV | 134.66 | 110.13 | 61.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 103 | 0.78 | 0 | 0.45 | 0.26 | 145.07 | 0.63 | 0.45 |
| Hex | 2A | BC | 67 | 4E | 0 | 2D | 1A | 91 | 3F | 2D |
| Octal | 52 | 274 | 147 | 116 | 0 | 55 | 32 | 221 | 77 | 55 |
| Binary | 101010 | 10111100 | 1100111 | 1001110 | 0 | 101101 | 11010 | 10010001 | 111111 | 101101 |
Color Harmonies of #2ABC67
Complementary color
Monochromatic Colors of #2ABC67
Black with #2ABC67
Text Example
Text Example
White with #2ABC67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC67; }
p { color: rgb(42,188,103); }
H1.HeaderClassName
{
color: #2ABC67;
}
.AnyTagClassName
{
color: #2ABC67;
}
</style>
background-color css
<style>
a { background-color: #2ABC67; }
a { background-color: rgb(42,188,103); }
div.DivClassName
{
background-color: #2ABC67;
}
.BgClassName
{
background-color: #2ABC67;
}
</style>
border-color css
<style>
span { border-color: #2ABC67; }
span { border-color: rgb(42,188,103); }
td.TdClassName
{
border-color: #2ABC67;
}
.TagClassName
{
border-color: #2ABC67;
}
</style>