Shades of Medium Sea Green #28AF72
Tints of Medium Sea Green #28AF72
RGB
CMYK
RGB Variations
Color information
#28AF72 (or 0x28AF72) is known color: Medium Sea Green. HEX triplet: 28, AF and 72. RGB value is (40,175,114). Sum of RGB (Red+Green+Blue) = 40+175+114=329 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.16% from 329); Green value is 175 (68.75% from 255 or 53.19% from 329); Blue value is 114 (44.92% from 255 or 34.65% from 329); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF72 is #D7508D. Grayscale: #7F7F7F. Windows color (decimal): -14110862 or 7515944. OLE color: 7515944.
HSL color Cylindrical-coordinate representation of color #28AF72: hue angle of 152.89º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #28AF72 is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 114 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.31 |
| HSL | 152.89º | 0.63% | 0.42% | - |
| HSV(B) | 152.89º | 0.77% | 0.69% | - |
| XYZ | 19.24 | 32.33 | 21.14 | - |
| YUV | 127.68 | 120.27 | 65.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 114 | 0.77 | 0 | 0.35 | 0.31 | 152.89 | 0.63 | 0.42 |
| Hex | 28 | AF | 72 | 4D | 0 | 23 | 1F | 99 | 3F | 2A |
| Octal | 50 | 257 | 162 | 115 | 0 | 43 | 37 | 231 | 77 | 52 |
| Binary | 101000 | 10101111 | 1110010 | 1001101 | 0 | 100011 | 11111 | 10011001 | 111111 | 101010 |
Color Harmonies of #28AF72
Complementary color
Monochromatic Colors of #28AF72
Black with #28AF72
Text Example
Text Example
White with #28AF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF72; }
p { color: rgb(40,175,114); }
H1.HeaderClassName
{
color: #28AF72;
}
.AnyTagClassName
{
color: #28AF72;
}
</style>
background-color css
<style>
a { background-color: #28AF72; }
a { background-color: rgb(40,175,114); }
div.DivClassName
{
background-color: #28AF72;
}
.BgClassName
{
background-color: #28AF72;
}
</style>
border-color css
<style>
span { border-color: #28AF72; }
span { border-color: rgb(40,175,114); }
td.TdClassName
{
border-color: #28AF72;
}
.TagClassName
{
border-color: #28AF72;
}
</style>