Shades of Medium Sea Green #28C872
Tints of Medium Sea Green #28C872
RGB
CMYK
RGB Variations
Color information
#28C872 (or 0x28C872) is known color: Medium Sea Green. HEX triplet: 28, C8 and 72. RGB value is (40,200,114). Sum of RGB (Red+Green+Blue) = 40+200+114=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 200 (78.52% from 255 or 56.50% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 200 - color contains mainly: green. Hex color #28C872 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C872 is #D7378D. Grayscale: #8E8E8E. Windows color (decimal): -14104462 or 7522344. OLE color: 7522344.
HSL color Cylindrical-coordinate representation of color #28C872: hue angle of 147.75º 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 #28C872 is Cyan = 0.8, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 114 | - |
| CMYK | 0.8 | 0 | 0.43 | 0.22 |
| HSL | 147.75º | 0.67% | 0.47% | - |
| HSV(B) | 147.75º | 0.8% | 0.78% | - |
| XYZ | 24.57 | 42.97 | 22.92 | - |
| YUV | 142.36 | 111.99 | 54.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 114 | 0.8 | 0 | 0.43 | 0.22 | 147.75 | 0.67 | 0.47 |
| Hex | 28 | C8 | 72 | 50 | 0 | 2B | 16 | 94 | 43 | 2F |
| Octal | 50 | 310 | 162 | 120 | 0 | 53 | 26 | 224 | 103 | 57 |
| Binary | 101000 | 11001000 | 1110010 | 1010000 | 0 | 101011 | 10110 | 10010100 | 1000011 | 101111 |
Color Harmonies of #28C872
Complementary color
Monochromatic Colors of #28C872
Black with #28C872
Text Example
Text Example
White with #28C872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C872; }
p { color: rgb(40,200,114); }
H1.HeaderClassName
{
color: #28C872;
}
.AnyTagClassName
{
color: #28C872;
}
</style>
background-color css
<style>
a { background-color: #28C872; }
a { background-color: rgb(40,200,114); }
div.DivClassName
{
background-color: #28C872;
}
.BgClassName
{
background-color: #28C872;
}
</style>
border-color css
<style>
span { border-color: #28C872; }
span { border-color: rgb(40,200,114); }
td.TdClassName
{
border-color: #28C872;
}
.TagClassName
{
border-color: #28C872;
}
</style>