Shades of Medium Sea Green #2ABD68
Tints of Medium Sea Green #2ABD68
RGB
CMYK
RGB Variations
Color information
#2ABD68 (or 0x2ABD68) is known color: Medium Sea Green. HEX triplet: 2A, BD and 68. RGB value is (42,189,104). Sum of RGB (Red+Green+Blue) = 42+189+104=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 189 (74.22% from 255 or 56.42% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 189 - color contains mainly: green. Hex color #2ABD68 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2ABD68 is #D54297. Grayscale: #878787. Windows color (decimal): -13976216 or 6864170. OLE color: 6864170.
HSL color Cylindrical-coordinate representation of color #2ABD68: hue angle of 145.31º degrees, saturation: 0.64, 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 #2ABD68 is Cyan = 0.78, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 189 | 104 | - |
| CMYK | 0.78 | 0 | 0.45 | 0.26 |
| HSL | 145.31º | 0.64% | 0.45% | - |
| HSV(B) | 145.31º | 0.78% | 0.74% | - |
| XYZ | 21.65 | 37.89 | 19.27 | - |
| YUV | 135.36 | 110.3 | 61.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 189 | 104 | 0.78 | 0 | 0.45 | 0.26 | 145.31 | 0.64 | 0.45 |
| Hex | 2A | BD | 68 | 4E | 0 | 2D | 1A | 91 | 40 | 2D |
| Octal | 52 | 275 | 150 | 116 | 0 | 55 | 32 | 221 | 100 | 55 |
| Binary | 101010 | 10111101 | 1101000 | 1001110 | 0 | 101101 | 11010 | 10010001 | 1000000 | 101101 |
Color Harmonies of #2ABD68
Complementary color
Monochromatic Colors of #2ABD68
Black with #2ABD68
Text Example
Text Example
White with #2ABD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2ABD68; }
p { color: rgb(42,189,104); }
H1.HeaderClassName
{
color: #2ABD68;
}
.AnyTagClassName
{
color: #2ABD68;
}
</style>
background-color css
<style>
a { background-color: #2ABD68; }
a { background-color: rgb(42,189,104); }
div.DivClassName
{
background-color: #2ABD68;
}
.BgClassName
{
background-color: #2ABD68;
}
</style>
border-color css
<style>
span { border-color: #2ABD68; }
span { border-color: rgb(42,189,104); }
td.TdClassName
{
border-color: #2ABD68;
}
.TagClassName
{
border-color: #2ABD68;
}
</style>