Shades of Medium Sea Green #28C160
Tints of Medium Sea Green #28C160
RGB
CMYK
RGB Variations
Color information
#28C160 (or 0x28C160) is known color: Medium Sea Green. HEX triplet: 28, C1 and 60. RGB value is (40,193,96). Sum of RGB (Red+Green+Blue) = 40+193+96=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 96 (37.89% from 255 or 29.18% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #28C160 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C160 is #D73E9F. Grayscale: #888888. Windows color (decimal): -14106272 or 6340904. OLE color: 6340904.
HSL color Cylindrical-coordinate representation of color #28C160: hue angle of 141.96º 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 #28C160 is Cyan = 0.79, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 193 | 96 | - |
| CMYK | 0.79 | 0 | 0.50 | 0.24 |
| HSL | 141.96º | 0.66% | 0.46% | - |
| HSV(B) | 141.96º | 0.79% | 0.76% | - |
| XYZ | 22.06 | 39.44 | 17.52 | - |
| YUV | 136.2 | 105.31 | 59.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 193 | 96 | 0.79 | 0 | 0.50 | 0.24 | 141.96 | 0.66 | 0.46 |
| Hex | 28 | C1 | 60 | 4F | 0 | 32 | 18 | 8E | 42 | 2E |
| Octal | 50 | 301 | 140 | 117 | 0 | 62 | 30 | 216 | 102 | 56 |
| Binary | 101000 | 11000001 | 1100000 | 1001111 | 0 | 110010 | 11000 | 10001110 | 1000010 | 101110 |
Color Harmonies of #28C160
Complementary color
Monochromatic Colors of #28C160
Black with #28C160
Text Example
Text Example
White with #28C160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C160; }
p { color: rgb(40,193,96); }
H1.HeaderClassName
{
color: #28C160;
}
.AnyTagClassName
{
color: #28C160;
}
</style>
background-color css
<style>
a { background-color: #28C160; }
a { background-color: rgb(40,193,96); }
div.DivClassName
{
background-color: #28C160;
}
.BgClassName
{
background-color: #28C160;
}
</style>
border-color css
<style>
span { border-color: #28C160; }
span { border-color: rgb(40,193,96); }
td.TdClassName
{
border-color: #28C160;
}
.TagClassName
{
border-color: #28C160;
}
</style>