Shades of Medium Sea Green #28C575
Tints of Medium Sea Green #28C575
RGB
CMYK
RGB Variations
Color information
#28C575 (or 0x28C575) is known color: Medium Sea Green. HEX triplet: 28, C5 and 75. RGB value is (40,197,117). Sum of RGB (Red+Green+Blue) = 40+197+117=354 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.30% from 354); Green value is 197 (77.34% from 255 or 55.65% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 197 - color contains mainly: green. Hex color #28C575 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #28C575 is #D73A8A. Grayscale: #8D8D8D. Windows color (decimal): -14105227 or 7718184. OLE color: 7718184.
HSL color Cylindrical-coordinate representation of color #28C575: hue angle of 149.43º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #28C575 is Cyan = 0.80, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 40 | 197 | 117 | - |
| CMYK | 0.80 | 0 | 0.41 | 0.23 |
| HSL | 149.43º | 0.66% | 0.46% | - |
| HSV(B) | 149.43º | 0.8% | 0.77% | - |
| XYZ | 24.05 | 41.67 | 23.6 | - |
| YUV | 140.94 | 114.49 | 56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 197 | 117 | 0.80 | 0 | 0.41 | 0.23 | 149.43 | 0.66 | 0.46 |
| Hex | 28 | C5 | 75 | 50 | 0 | 29 | 17 | 95 | 42 | 2E |
| Octal | 50 | 305 | 165 | 120 | 0 | 51 | 27 | 225 | 102 | 56 |
| Binary | 101000 | 11000101 | 1110101 | 1010000 | 0 | 101001 | 10111 | 10010101 | 1000010 | 101110 |
Color Harmonies of #28C575
Complementary color
Monochromatic Colors of #28C575
Black with #28C575
Text Example
Text Example
White with #28C575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28C575; }
p { color: rgb(40,197,117); }
H1.HeaderClassName
{
color: #28C575;
}
.AnyTagClassName
{
color: #28C575;
}
</style>
background-color css
<style>
a { background-color: #28C575; }
a { background-color: rgb(40,197,117); }
div.DivClassName
{
background-color: #28C575;
}
.BgClassName
{
background-color: #28C575;
}
</style>
border-color css
<style>
span { border-color: #28C575; }
span { border-color: rgb(40,197,117); }
td.TdClassName
{
border-color: #28C575;
}
.TagClassName
{
border-color: #28C575;
}
</style>