Shades of Medium Sea Green #28C85E
Tints of Medium Sea Green #28C85E
RGB
CMYK
RGB Variations
Color information
#28C85E (or 0x28C85E) is known color: Medium Sea Green. HEX triplet: 28, C8 and 5E. RGB value is (40,200,94). Sum of RGB (Red+Green+Blue) = 40+200+94=334 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.98% from 334); Green value is 200 (78.52% from 255 or 59.88% from 334); Blue value is 94 (37.11% from 255 or 28.14% from 334); Max value from RGB is 200 - color contains mainly: green. Hex color #28C85E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C85E is #D737A1. Grayscale: #8C8C8C. Windows color (decimal): -14104482 or 6211624. OLE color: 6211624.
HSL color Cylindrical-coordinate representation of color #28C85E: hue angle of 140.25º 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 #28C85E is Cyan = 0.8, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 40 | 200 | 94 | - |
| CMYK | 0.8 | 0 | 0.53 | 0.22 |
| HSL | 140.25º | 0.67% | 0.47% | - |
| HSV(B) | 140.25º | 0.8% | 0.78% | - |
| XYZ | 23.55 | 42.57 | 17.56 | - |
| YUV | 140.08 | 101.99 | 56.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 200 | 94 | 0.8 | 0 | 0.53 | 0.22 | 140.25 | 0.67 | 0.47 |
| Hex | 28 | C8 | 5E | 50 | 0 | 35 | 16 | 8C | 43 | 2F |
| Octal | 50 | 310 | 136 | 120 | 0 | 65 | 26 | 214 | 103 | 57 |
| Binary | 101000 | 11001000 | 1011110 | 1010000 | 0 | 110101 | 10110 | 10001100 | 1000011 | 101111 |
Color Harmonies of #28C85E
Complementary color
Monochromatic Colors of #28C85E
Black with #28C85E
Text Example
Text Example
White with #28C85E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C85E; }
p { color: rgb(40,200,94); }
H1.HeaderClassName
{
color: #28C85E;
}
.AnyTagClassName
{
color: #28C85E;
}
</style>
background-color css
<style>
a { background-color: #28C85E; }
a { background-color: rgb(40,200,94); }
div.DivClassName
{
background-color: #28C85E;
}
.BgClassName
{
background-color: #28C85E;
}
</style>
border-color css
<style>
span { border-color: #28C85E; }
span { border-color: rgb(40,200,94); }
td.TdClassName
{
border-color: #28C85E;
}
.TagClassName
{
border-color: #28C85E;
}
</style>