Shades of Medium Sea Green #2ABC6B
Tints of Medium Sea Green #2ABC6B
RGB
CMYK
RGB Variations
Color information
#2ABC6B (or 0x2ABC6B) is known color: Medium Sea Green. HEX triplet: 2A, BC and 6B. RGB value is (42,188,107). Sum of RGB (Red+Green+Blue) = 42+188+107=337 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.46% from 337); Green value is 188 (73.83% from 255 or 55.79% from 337); Blue value is 107 (42.19% from 255 or 31.75% from 337); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABC6B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABC6B is #D54394. Grayscale: #878787. Windows color (decimal): -13976469 or 7060522. OLE color: 7060522.
HSL color Cylindrical-coordinate representation of color #2ABC6B: hue angle of 146.71º 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 #2ABC6B is Cyan = 0.78, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 188 | 107 | - |
| CMYK | 0.78 | 0 | 0.43 | 0.26 |
| HSL | 146.71º | 0.63% | 0.45% | - |
| HSV(B) | 146.71º | 0.78% | 0.74% | - |
| XYZ | 21.59 | 37.52 | 20.01 | - |
| YUV | 135.11 | 112.13 | 61.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 188 | 107 | 0.78 | 0 | 0.43 | 0.26 | 146.71 | 0.63 | 0.45 |
| Hex | 2A | BC | 6B | 4E | 0 | 2B | 1A | 93 | 3F | 2D |
| Octal | 52 | 274 | 153 | 116 | 0 | 53 | 32 | 223 | 77 | 55 |
| Binary | 101010 | 10111100 | 1101011 | 1001110 | 0 | 101011 | 11010 | 10010011 | 111111 | 101101 |
Color Harmonies of #2ABC6B
Complementary color
Monochromatic Colors of #2ABC6B
Black with #2ABC6B
Text Example
Text Example
White with #2ABC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABC6B; }
p { color: rgb(42,188,107); }
H1.HeaderClassName
{
color: #2ABC6B;
}
.AnyTagClassName
{
color: #2ABC6B;
}
</style>
background-color css
<style>
a { background-color: #2ABC6B; }
a { background-color: rgb(42,188,107); }
div.DivClassName
{
background-color: #2ABC6B;
}
.BgClassName
{
background-color: #2ABC6B;
}
</style>
border-color css
<style>
span { border-color: #2ABC6B; }
span { border-color: rgb(42,188,107); }
td.TdClassName
{
border-color: #2ABC6B;
}
.TagClassName
{
border-color: #2ABC6B;
}
</style>