Shades of Medium Sea Green #28C274
Tints of Medium Sea Green #28C274
RGB
CMYK
RGB Variations
Color information
#28C274 (or 0x28C274) is known color: Medium Sea Green. HEX triplet: 28, C2 and 74. RGB value is (40,194,116). Sum of RGB (Red+Green+Blue) = 40+194+116=350 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.43% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 116 (45.70% from 255 or 33.14% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #28C274 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C274 is #D73D8B. Grayscale: #8B8B8B. Windows color (decimal): -14105996 or 7651880. OLE color: 7651880.
HSL color Cylindrical-coordinate representation of color #28C274: hue angle of 149.61º 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 #28C274 is Cyan = 0.79, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 40 | 194 | 116 | - |
| CMYK | 0.79 | 0 | 0.40 | 0.24 |
| HSL | 149.61º | 0.66% | 0.46% | - |
| HSV(B) | 149.61º | 0.79% | 0.76% | - |
| XYZ | 23.32 | 40.3 | 23.07 | - |
| YUV | 139.06 | 114.98 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 194 | 116 | 0.79 | 0 | 0.40 | 0.24 | 149.61 | 0.66 | 0.46 |
| Hex | 28 | C2 | 74 | 4F | 0 | 28 | 18 | 96 | 42 | 2E |
| Octal | 50 | 302 | 164 | 117 | 0 | 50 | 30 | 226 | 102 | 56 |
| Binary | 101000 | 11000010 | 1110100 | 1001111 | 0 | 101000 | 11000 | 10010110 | 1000010 | 101110 |
Color Harmonies of #28C274
Complementary color
Monochromatic Colors of #28C274
Black with #28C274
Text Example
Text Example
White with #28C274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C274; }
p { color: rgb(40,194,116); }
H1.HeaderClassName
{
color: #28C274;
}
.AnyTagClassName
{
color: #28C274;
}
</style>
background-color css
<style>
a { background-color: #28C274; }
a { background-color: rgb(40,194,116); }
div.DivClassName
{
background-color: #28C274;
}
.BgClassName
{
background-color: #28C274;
}
</style>
border-color css
<style>
span { border-color: #28C274; }
span { border-color: rgb(40,194,116); }
td.TdClassName
{
border-color: #28C274;
}
.TagClassName
{
border-color: #28C274;
}
</style>