Shades of Medium Sea Green #28AF64
Tints of Medium Sea Green #28AF64
RGB
CMYK
RGB Variations
Color information
#28AF64 (or 0x28AF64) is known color: Medium Sea Green. HEX triplet: 28, AF and 64. RGB value is (40,175,100). Sum of RGB (Red+Green+Blue) = 40+175+100=315 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.70% from 315); Green value is 175 (68.75% from 255 or 55.56% from 315); Blue value is 100 (39.45% from 255 or 31.75% from 315); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF64 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF64 is #D7509B. Grayscale: #7E7E7E. Windows color (decimal): -14110876 or 6598440. OLE color: 6598440.
HSL color Cylindrical-coordinate representation of color #28AF64: hue angle of 146.67º 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 #28AF64 is Cyan = 0.77, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 100 | - |
| CMYK | 0.77 | 0 | 0.43 | 0.31 |
| HSL | 146.67º | 0.63% | 0.42% | - |
| HSV(B) | 146.67º | 0.77% | 0.69% | - |
| XYZ | 18.51 | 32.03 | 17.26 | - |
| YUV | 126.09 | 113.27 | 66.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 100 | 0.77 | 0 | 0.43 | 0.31 | 146.67 | 0.63 | 0.42 |
| Hex | 28 | AF | 64 | 4D | 0 | 2B | 1F | 93 | 3F | 2A |
| Octal | 50 | 257 | 144 | 115 | 0 | 53 | 37 | 223 | 77 | 52 |
| Binary | 101000 | 10101111 | 1100100 | 1001101 | 0 | 101011 | 11111 | 10010011 | 111111 | 101010 |
Color Harmonies of #28AF64
Complementary color
Monochromatic Colors of #28AF64
Black with #28AF64
Text Example
Text Example
White with #28AF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF64; }
p { color: rgb(40,175,100); }
H1.HeaderClassName
{
color: #28AF64;
}
.AnyTagClassName
{
color: #28AF64;
}
</style>
background-color css
<style>
a { background-color: #28AF64; }
a { background-color: rgb(40,175,100); }
div.DivClassName
{
background-color: #28AF64;
}
.BgClassName
{
background-color: #28AF64;
}
</style>
border-color css
<style>
span { border-color: #28AF64; }
span { border-color: rgb(40,175,100); }
td.TdClassName
{
border-color: #28AF64;
}
.TagClassName
{
border-color: #28AF64;
}
</style>