Shades of Medium Sea Green #28C276
Tints of Medium Sea Green #28C276
RGB
CMYK
RGB Variations
Color information
#28C276 (or 0x28C276) is known color: Medium Sea Green. HEX triplet: 28, C2 and 76. RGB value is (40,194,118). Sum of RGB (Red+Green+Blue) = 40+194+118=352 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.36% from 352); Green value is 194 (76.17% from 255 or 55.11% from 352); Blue value is 118 (46.48% from 255 or 33.52% from 352); Max value from RGB is 194 - color contains mainly: green. Hex color #28C276 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C276 is #D73D89. Grayscale: #8B8B8B. Windows color (decimal): -14105994 or 7782952. OLE color: 7782952.
HSL color Cylindrical-coordinate representation of color #28C276: hue angle of 150.39º 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 #28C276 is Cyan = 0.79, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 118 | - |
| CMYK | 0.79 | 0 | 0.39 | 0.24 |
| HSL | 150.39º | 0.66% | 0.46% | - |
| HSV(B) | 150.39º | 0.79% | 0.76% | - |
| XYZ | 23.44 | 40.34 | 23.69 | - |
| YUV | 139.29 | 115.98 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 118 | 0.79 | 0 | 0.39 | 0.24 | 150.39 | 0.66 | 0.46 |
| Hex | 28 | C2 | 76 | 4F | 0 | 27 | 18 | 96 | 42 | 2E |
| Octal | 50 | 302 | 166 | 117 | 0 | 47 | 30 | 226 | 102 | 56 |
| Binary | 101000 | 11000010 | 1110110 | 1001111 | 0 | 100111 | 11000 | 10010110 | 1000010 | 101110 |
Color Harmonies of #28C276
Complementary color
Monochromatic Colors of #28C276
Black with #28C276
Text Example
Text Example
White with #28C276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C276; }
p { color: rgb(40,194,118); }
H1.HeaderClassName
{
color: #28C276;
}
.AnyTagClassName
{
color: #28C276;
}
</style>
background-color css
<style>
a { background-color: #28C276; }
a { background-color: rgb(40,194,118); }
div.DivClassName
{
background-color: #28C276;
}
.BgClassName
{
background-color: #28C276;
}
</style>
border-color css
<style>
span { border-color: #28C276; }
span { border-color: rgb(40,194,118); }
td.TdClassName
{
border-color: #28C276;
}
.TagClassName
{
border-color: #28C276;
}
</style>