Shades of Medium Sea Green #28D070
Tints of Medium Sea Green #28D070
RGB
CMYK
RGB Variations
Color information
#28D070 (or 0x28D070) is known color: Medium Sea Green. HEX triplet: 28, D0 and 70. RGB value is (40,208,112). Sum of RGB (Red+Green+Blue) = 40+208+112=360 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.11% from 360); Green value is 208 (81.64% from 255 or 57.78% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 208 - color contains mainly: green. Hex color #28D070 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28D070 is #D72F8F. Grayscale: #939393. Windows color (decimal): -14102416 or 7393320. OLE color: 7393320.
HSL color Cylindrical-coordinate representation of color #28D070: hue angle of 145.71º degrees, saturation: 0.68, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #28D070 is Cyan = 0.81, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 40 | 208 | 112 | - |
| CMYK | 0.81 | 0 | 0.46 | 0.18 |
| HSL | 145.71º | 0.68% | 0.49% | - |
| HSV(B) | 145.71º | 0.81% | 0.82% | - |
| XYZ | 26.36 | 46.73 | 22.96 | - |
| YUV | 146.82 | 108.34 | 51.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 208 | 112 | 0.81 | 0 | 0.46 | 0.18 | 145.71 | 0.68 | 0.49 |
| Hex | 28 | D0 | 70 | 51 | 0 | 2E | 12 | 92 | 44 | 31 |
| Octal | 50 | 320 | 160 | 121 | 0 | 56 | 22 | 222 | 104 | 61 |
| Binary | 101000 | 11010000 | 1110000 | 1010001 | 0 | 101110 | 10010 | 10010010 | 1000100 | 110001 |
Color Harmonies of #28D070
Complementary color
Monochromatic Colors of #28D070
Black with #28D070
Text Example
Text Example
White with #28D070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28D070; }
p { color: rgb(40,208,112); }
H1.HeaderClassName
{
color: #28D070;
}
.AnyTagClassName
{
color: #28D070;
}
</style>
background-color css
<style>
a { background-color: #28D070; }
a { background-color: rgb(40,208,112); }
div.DivClassName
{
background-color: #28D070;
}
.BgClassName
{
background-color: #28D070;
}
</style>
border-color css
<style>
span { border-color: #28D070; }
span { border-color: rgb(40,208,112); }
td.TdClassName
{
border-color: #28D070;
}
.TagClassName
{
border-color: #28D070;
}
</style>