Shades of Medium Sea Green #28AC6C
Tints of Medium Sea Green #28AC6C
RGB
CMYK
RGB Variations
Color information
#28AC6C (or 0x28AC6C) is known color: Medium Sea Green. HEX triplet: 28, AC and 6C. RGB value is (40,172,108). Sum of RGB (Red+Green+Blue) = 40+172+108=320 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.5% from 320); Green value is 172 (67.58% from 255 or 53.75% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 172 - color contains mainly: green. Hex color #28AC6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AC6C is #D75393. Grayscale: #7D7D7D. Windows color (decimal): -14111636 or 7121960. OLE color: 7121960.
HSL color Cylindrical-coordinate representation of color #28AC6C: hue angle of 150.91º 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 #28AC6C is Cyan = 0.77, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 40 | 172 | 108 | - |
| CMYK | 0.77 | 0 | 0.37 | 0.33 |
| HSL | 150.91º | 0.62% | 0.42% | - |
| HSV(B) | 150.91º | 0.77% | 0.67% | - |
| XYZ | 18.33 | 31.04 | 19.21 | - |
| YUV | 125.24 | 118.27 | 67.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 172 | 108 | 0.77 | 0 | 0.37 | 0.33 | 150.91 | 0.62 | 0.42 |
| Hex | 28 | AC | 6C | 4D | 0 | 25 | 21 | 97 | 3E | 2A |
| Octal | 50 | 254 | 154 | 115 | 0 | 45 | 41 | 227 | 76 | 52 |
| Binary | 101000 | 10101100 | 1101100 | 1001101 | 0 | 100101 | 100001 | 10010111 | 111110 | 101010 |
Color Harmonies of #28AC6C
Complementary color
Monochromatic Colors of #28AC6C
Black with #28AC6C
Text Example
Text Example
White with #28AC6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AC6C; }
p { color: rgb(40,172,108); }
H1.HeaderClassName
{
color: #28AC6C;
}
.AnyTagClassName
{
color: #28AC6C;
}
</style>
background-color css
<style>
a { background-color: #28AC6C; }
a { background-color: rgb(40,172,108); }
div.DivClassName
{
background-color: #28AC6C;
}
.BgClassName
{
background-color: #28AC6C;
}
</style>
border-color css
<style>
span { border-color: #28AC6C; }
span { border-color: rgb(40,172,108); }
td.TdClassName
{
border-color: #28AC6C;
}
.TagClassName
{
border-color: #28AC6C;
}
</style>