Shades of Medium Sea Green #28AF6C
Tints of Medium Sea Green #28AF6C
RGB
CMYK
RGB Variations
Color information
#28AF6C (or 0x28AF6C) is known color: Medium Sea Green. HEX triplet: 28, AF and 6C. RGB value is (40,175,108). Sum of RGB (Red+Green+Blue) = 40+175+108=323 (42% of max value = 765). Red value is 40 (16.02% from 255 or 12.38% from 323); Green value is 175 (68.75% from 255 or 54.18% from 323); Blue value is 108 (42.58% from 255 or 33.44% from 323); Max value from RGB is 175 - color contains mainly: green. Hex color #28AF6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #28AF6C is #D75093. Grayscale: #7F7F7F. Windows color (decimal): -14110868 or 7122728. OLE color: 7122728.
HSL color Cylindrical-coordinate representation of color #28AF6C: hue angle of 150.22º 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 #28AF6C is Cyan = 0.77, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 40 | 175 | 108 | - |
| CMYK | 0.77 | 0 | 0.38 | 0.31 |
| HSL | 150.22º | 0.63% | 0.42% | - |
| HSV(B) | 150.22º | 0.77% | 0.69% | - |
| XYZ | 18.91 | 32.19 | 19.4 | - |
| YUV | 127 | 117.27 | 65.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 175 | 108 | 0.77 | 0 | 0.38 | 0.31 | 150.22 | 0.63 | 0.42 |
| Hex | 28 | AF | 6C | 4D | 0 | 26 | 1F | 96 | 3F | 2A |
| Octal | 50 | 257 | 154 | 115 | 0 | 46 | 37 | 226 | 77 | 52 |
| Binary | 101000 | 10101111 | 1101100 | 1001101 | 0 | 100110 | 11111 | 10010110 | 111111 | 101010 |
Color Harmonies of #28AF6C
Complementary color
Monochromatic Colors of #28AF6C
Black with #28AF6C
Text Example
Text Example
White with #28AF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28AF6C; }
p { color: rgb(40,175,108); }
H1.HeaderClassName
{
color: #28AF6C;
}
.AnyTagClassName
{
color: #28AF6C;
}
</style>
background-color css
<style>
a { background-color: #28AF6C; }
a { background-color: rgb(40,175,108); }
div.DivClassName
{
background-color: #28AF6C;
}
.BgClassName
{
background-color: #28AF6C;
}
</style>
border-color css
<style>
span { border-color: #28AF6C; }
span { border-color: rgb(40,175,108); }
td.TdClassName
{
border-color: #28AF6C;
}
.TagClassName
{
border-color: #28AF6C;
}
</style>