Shades of Medium Sea Green #28AC6F
Tints of Medium Sea Green #28AC6F
RGB
CMYK
RGB Variations
Color information
#28AC6F (or 0x28AC6F) is known color: Medium Sea Green. HEX triplet: 28, AC and 6F. RGB value is (40,172,111). Sum of RGB (Red+Green+Blue) = 40+172+111=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 111 (43.75% from 255 or 34.37% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC6F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC6F is #D75390. Grayscale: #7D7D7D. Windows color (decimal): -14111633 or 7318568. OLE color: 7318568.
HSL color Cylindrical-coordinate representation of color #28AC6F: hue angle of 152.27º 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 #28AC6F is Cyan = 0.77, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 111 | - |
| CMYK | 0.77 | 0 | 0.35 | 0.33 |
| HSL | 152.27º | 0.62% | 0.42% | - |
| HSV(B) | 152.27º | 0.77% | 0.67% | - |
| XYZ | 18.5 | 31.1 | 20.07 | - |
| YUV | 125.58 | 119.77 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 111 | 0.77 | 0 | 0.35 | 0.33 | 152.27 | 0.62 | 0.42 |
| Hex | 28 | AC | 6F | 4D | 0 | 23 | 21 | 98 | 3E | 2A |
| Octal | 50 | 254 | 157 | 115 | 0 | 43 | 41 | 230 | 76 | 52 |
| Binary | 101000 | 10101100 | 1101111 | 1001101 | 0 | 100011 | 100001 | 10011000 | 111110 | 101010 |
Color Harmonies of #28AC6F
Complementary color
Monochromatic Colors of #28AC6F
Black with #28AC6F
Text Example
Text Example
White with #28AC6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC6F; }
p { color: rgb(40,172,111); }
H1.HeaderClassName
{
color: #28AC6F;
}
.AnyTagClassName
{
color: #28AC6F;
}
</style>
background-color css
<style>
a { background-color: #28AC6F; }
a { background-color: rgb(40,172,111); }
div.DivClassName
{
background-color: #28AC6F;
}
.BgClassName
{
background-color: #28AC6F;
}
</style>
border-color css
<style>
span { border-color: #28AC6F; }
span { border-color: rgb(40,172,111); }
td.TdClassName
{
border-color: #28AC6F;
}
.TagClassName
{
border-color: #28AC6F;
}
</style>