Shades of Medium Sea Green #28AC71
Tints of Medium Sea Green #28AC71
RGB
CMYK
RGB Variations
Color information
#28AC71 (or 0x28AC71) is known color: Medium Sea Green. HEX triplet: 28, AC and 71. RGB value is (40,172,113). Sum of RGB (Red+Green+Blue) = 40+172+113=325 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.31% from 325); Green value is 172 (67.58% from 255 or 52.92% from 325); Blue value is 113 (44.53% from 255 or 34.77% from 325); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC71 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC71 is #D7538E. Grayscale: #7D7D7D. Windows color (decimal): -14111631 or 7449640. OLE color: 7449640.
HSL color Cylindrical-coordinate representation of color #28AC71: hue angle of 153.18º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AC71 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 113 | - |
| CMYK | 0.77 | 0 | 0.34 | 0.33 |
| HSL | 153.18º | 0.62% | 0.42% | - |
| HSV(B) | 153.18º | 0.77% | 0.67% | - |
| XYZ | 18.61 | 31.15 | 20.65 | - |
| YUV | 125.81 | 120.77 | 66.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 113 | 0.77 | 0 | 0.34 | 0.33 | 153.18 | 0.62 | 0.42 |
| Hex | 28 | AC | 71 | 4D | 0 | 22 | 21 | 99 | 3E | 2A |
| Octal | 50 | 254 | 161 | 115 | 0 | 42 | 41 | 231 | 76 | 52 |
| Binary | 101000 | 10101100 | 1110001 | 1001101 | 0 | 100010 | 100001 | 10011001 | 111110 | 101010 |
Color Harmonies of #28AC71
Complementary color
Monochromatic Colors of #28AC71
Black with #28AC71
Text Example
Text Example
White with #28AC71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC71; }
p { color: rgb(40,172,113); }
H1.HeaderClassName
{
color: #28AC71;
}
.AnyTagClassName
{
color: #28AC71;
}
</style>
background-color css
<style>
a { background-color: #28AC71; }
a { background-color: rgb(40,172,113); }
div.DivClassName
{
background-color: #28AC71;
}
.BgClassName
{
background-color: #28AC71;
}
</style>
border-color css
<style>
span { border-color: #28AC71; }
span { border-color: rgb(40,172,113); }
td.TdClassName
{
border-color: #28AC71;
}
.TagClassName
{
border-color: #28AC71;
}
</style>