Shades of Medium Sea Green #28C873
Tints of Medium Sea Green #28C873
RGB
CMYK
RGB Variations
Color information
#28C873 (or 0x28C873) is known color: Medium Sea Green. HEX triplet: 28, C8 and 73. RGB value is (40,200,115). Sum of RGB (Red+Green+Blue) = 40+200+115=355 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.27% from 355); Green value is 200 (78.52% from 255 or 56.34% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 200 - color contains mainly: green. Hex color #28C873 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C873 is #D7378C. Grayscale: #8E8E8E. Windows color (decimal): -14104461 or 7587880. OLE color: 7587880.
HSL color Cylindrical-coordinate representation of color #28C873: hue angle of 148.12º 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 #28C873 is Cyan = 0.8, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 115 | - |
| CMYK | 0.8 | 0 | 0.42 | 0.22 |
| HSL | 148.13º | 0.67% | 0.47% | - |
| HSV(B) | 148.13º | 0.8% | 0.78% | - |
| XYZ | 24.62 | 43 | 23.22 | - |
| YUV | 142.47 | 112.49 | 54.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 115 | 0.8 | 0 | 0.42 | 0.22 | 148.13 | 0.67 | 0.47 |
| Hex | 28 | C8 | 73 | 50 | 0 | 2A | 16 | 94 | 43 | 2F |
| Octal | 50 | 310 | 163 | 120 | 0 | 52 | 26 | 224 | 103 | 57 |
| Binary | 101000 | 11001000 | 1110011 | 1010000 | 0 | 101010 | 10110 | 10010100 | 1000011 | 101111 |
Color Harmonies of #28C873
Complementary color
Monochromatic Colors of #28C873
Black with #28C873
Text Example
Text Example
White with #28C873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C873; }
p { color: rgb(40,200,115); }
H1.HeaderClassName
{
color: #28C873;
}
.AnyTagClassName
{
color: #28C873;
}
</style>
background-color css
<style>
a { background-color: #28C873; }
a { background-color: rgb(40,200,115); }
div.DivClassName
{
background-color: #28C873;
}
.BgClassName
{
background-color: #28C873;
}
</style>
border-color css
<style>
span { border-color: #28C873; }
span { border-color: rgb(40,200,115); }
td.TdClassName
{
border-color: #28C873;
}
.TagClassName
{
border-color: #28C873;
}
</style>