Shades of Medium Sea Green #2ABF7B
Tints of Medium Sea Green #2ABF7B
RGB
CMYK
RGB Variations
Color information
#2ABF7B (or 0x2ABF7B) is known color: Medium Sea Green. HEX triplet: 2A, BF and 7B. RGB value is (42,191,123). Sum of RGB (Red+Green+Blue) = 42+191+123=356 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.80% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #2ABF7B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABF7B is #D54084. Grayscale: #8A8A8A. Windows color (decimal): -13975685 or 8109866. OLE color: 8109866.
HSL color Cylindrical-coordinate representation of color #2ABF7B: hue angle of 152.62º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABF7B is Cyan = 0.78, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 191 | 123 | - |
| CMYK | 0.78 | 0 | 0.36 | 0.25 |
| HSL | 152.62º | 0.64% | 0.46% | - |
| HSV(B) | 152.62º | 0.78% | 0.75% | - |
| XYZ | 23.16 | 39.18 | 25.08 | - |
| YUV | 138.7 | 119.14 | 59.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 191 | 123 | 0.78 | 0 | 0.36 | 0.25 | 152.62 | 0.64 | 0.46 |
| Hex | 2A | BF | 7B | 4E | 0 | 24 | 19 | 99 | 40 | 2E |
| Octal | 52 | 277 | 173 | 116 | 0 | 44 | 31 | 231 | 100 | 56 |
| Binary | 101010 | 10111111 | 1111011 | 1001110 | 0 | 100100 | 11001 | 10011001 | 1000000 | 101110 |
Color Harmonies of #2ABF7B
Complementary color
Monochromatic Colors of #2ABF7B
Black with #2ABF7B
Text Example
Text Example
White with #2ABF7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABF7B; }
p { color: rgb(42,191,123); }
H1.HeaderClassName
{
color: #2ABF7B;
}
.AnyTagClassName
{
color: #2ABF7B;
}
</style>
background-color css
<style>
a { background-color: #2ABF7B; }
a { background-color: rgb(42,191,123); }
div.DivClassName
{
background-color: #2ABF7B;
}
.BgClassName
{
background-color: #2ABF7B;
}
</style>
border-color css
<style>
span { border-color: #2ABF7B; }
span { border-color: rgb(42,191,123); }
td.TdClassName
{
border-color: #2ABF7B;
}
.TagClassName
{
border-color: #2ABF7B;
}
</style>