Shades of Medium Sea Green #28AC68
Tints of Medium Sea Green #28AC68
RGB
CMYK
RGB Variations
Color information
#28AC68 (or 0x28AC68) is known color: Medium Sea Green. HEX triplet: 28, AC and 68. RGB value is (40,172,104). Sum of RGB (Red+Green+Blue) = 40+172+104=316 (41% of max value = 765). Red value is 40 (16.02% from 255 or 12.66% from 316); Green value is 172 (67.58% from 255 or 54.43% from 316); Blue value is 104 (41.02% from 255 or 32.91% from 316); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC68 is #D75397. Grayscale: #7C7C7C. Windows color (decimal): -14111640 or 6859816. OLE color: 6859816.
HSL color Cylindrical-coordinate representation of color #28AC68: hue angle of 149.09º 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 #28AC68 is Cyan = 0.77, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 104 | - |
| CMYK | 0.77 | 0 | 0.40 | 0.33 |
| HSL | 149.09º | 0.62% | 0.42% | - |
| HSV(B) | 149.09º | 0.77% | 0.67% | - |
| XYZ | 18.13 | 30.96 | 18.12 | - |
| YUV | 124.78 | 116.27 | 67.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 104 | 0.77 | 0 | 0.40 | 0.33 | 149.09 | 0.62 | 0.42 |
| Hex | 28 | AC | 68 | 4D | 0 | 28 | 21 | 95 | 3E | 2A |
| Octal | 50 | 254 | 150 | 115 | 0 | 50 | 41 | 225 | 76 | 52 |
| Binary | 101000 | 10101100 | 1101000 | 1001101 | 0 | 101000 | 100001 | 10010101 | 111110 | 101010 |
Color Harmonies of #28AC68
Complementary color
Monochromatic Colors of #28AC68
Black with #28AC68
Text Example
Text Example
White with #28AC68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC68; }
p { color: rgb(40,172,104); }
H1.HeaderClassName
{
color: #28AC68;
}
.AnyTagClassName
{
color: #28AC68;
}
</style>
background-color css
<style>
a { background-color: #28AC68; }
a { background-color: rgb(40,172,104); }
div.DivClassName
{
background-color: #28AC68;
}
.BgClassName
{
background-color: #28AC68;
}
</style>
border-color css
<style>
span { border-color: #28AC68; }
span { border-color: rgb(40,172,104); }
td.TdClassName
{
border-color: #28AC68;
}
.TagClassName
{
border-color: #28AC68;
}
</style>