Shades of Medium Sea Green #28C774
Tints of Medium Sea Green #28C774
RGB
CMYK
RGB Variations
Color information
#28C774 (or 0x28C774) is known color: Medium Sea Green. HEX triplet: 28, C7 and 74. RGB value is (40,199,116). Sum of RGB (Red+Green+Blue) = 40+199+116=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 199 (78.12% from 255 or 56.06% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 199 - color contains mainly: green. Hex color #28C774 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C774 is #D7388B. Grayscale: #8E8E8E. Windows color (decimal): -14104716 or 7653160. OLE color: 7653160.
HSL color Cylindrical-coordinate representation of color #28C774: hue angle of 148.68º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C774 is Cyan = 0.80, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 199 | 116 | - |
| CMYK | 0.80 | 0 | 0.42 | 0.22 |
| HSL | 148.68º | 0.67% | 0.47% | - |
| HSV(B) | 148.68º | 0.8% | 0.78% | - |
| XYZ | 24.45 | 42.56 | 23.45 | - |
| YUV | 142 | 113.32 | 55.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 199 | 116 | 0.80 | 0 | 0.42 | 0.22 | 148.68 | 0.67 | 0.47 |
| Hex | 28 | C7 | 74 | 50 | 0 | 2A | 16 | 95 | 43 | 2F |
| Octal | 50 | 307 | 164 | 120 | 0 | 52 | 26 | 225 | 103 | 57 |
| Binary | 101000 | 11000111 | 1110100 | 1010000 | 0 | 101010 | 10110 | 10010101 | 1000011 | 101111 |
Color Harmonies of #28C774
Complementary color
Monochromatic Colors of #28C774
Black with #28C774
Text Example
Text Example
White with #28C774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C774; }
p { color: rgb(40,199,116); }
H1.HeaderClassName
{
color: #28C774;
}
.AnyTagClassName
{
color: #28C774;
}
</style>
background-color css
<style>
a { background-color: #28C774; }
a { background-color: rgb(40,199,116); }
div.DivClassName
{
background-color: #28C774;
}
.BgClassName
{
background-color: #28C774;
}
</style>
border-color css
<style>
span { border-color: #28C774; }
span { border-color: rgb(40,199,116); }
td.TdClassName
{
border-color: #28C774;
}
.TagClassName
{
border-color: #28C774;
}
</style>