Shades of Medium Sea Green #28C260
Tints of Medium Sea Green #28C260
RGB
CMYK
RGB Variations
Color information
#28C260 (or 0x28C260) is known color: Medium Sea Green. HEX triplet: 28, C2 and 60. RGB value is (40,194,96). Sum of RGB (Red+Green+Blue) = 40+194+96=330 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.12% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 96 (37.89% from 255 or 29.09% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #28C260 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C260 is #D73D9F. Grayscale: #898989. Windows color (decimal): -14106016 or 6341160. OLE color: 6341160.
HSL color Cylindrical-coordinate representation of color #28C260: hue angle of 141.82º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #28C260 is Cyan = 0.79, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 96 | - |
| CMYK | 0.79 | 0 | 0.51 | 0.24 |
| HSL | 141.82º | 0.66% | 0.46% | - |
| HSV(B) | 141.82º | 0.79% | 0.76% | - |
| XYZ | 22.28 | 39.88 | 17.59 | - |
| YUV | 136.78 | 104.98 | 58.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 96 | 0.79 | 0 | 0.51 | 0.24 | 141.82 | 0.66 | 0.46 |
| Hex | 28 | C2 | 60 | 4F | 0 | 33 | 18 | 8E | 42 | 2E |
| Octal | 50 | 302 | 140 | 117 | 0 | 63 | 30 | 216 | 102 | 56 |
| Binary | 101000 | 11000010 | 1100000 | 1001111 | 0 | 110011 | 11000 | 10001110 | 1000010 | 101110 |
Color Harmonies of #28C260
Complementary color
Monochromatic Colors of #28C260
Black with #28C260
Text Example
Text Example
White with #28C260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C260; }
p { color: rgb(40,194,96); }
H1.HeaderClassName
{
color: #28C260;
}
.AnyTagClassName
{
color: #28C260;
}
</style>
background-color css
<style>
a { background-color: #28C260; }
a { background-color: rgb(40,194,96); }
div.DivClassName
{
background-color: #28C260;
}
.BgClassName
{
background-color: #28C260;
}
</style>
border-color css
<style>
span { border-color: #28C260; }
span { border-color: rgb(40,194,96); }
td.TdClassName
{
border-color: #28C260;
}
.TagClassName
{
border-color: #28C260;
}
</style>