Shades of Medium Spring Green #08E6AF
Tints of Medium Spring Green #08E6AF
RGB
CMYK
RGB Variations
Color information
#08E6AF (or 0x08E6AF) is known color: Medium Spring Green. HEX triplet: 08, E6 and AF. RGB value is (8,230,175). Sum of RGB (Red+Green+Blue) = 8+230+175=413 (54% of max value = 765). Red value is 8 (3.52% from 255 or 1.94% from 413); Green value is 230 (90.23% from 255 or 55.69% from 413); Blue value is 175 (68.75% from 255 or 42.37% from 413); Max value from RGB is 230 - color contains mainly: green. Hex color #08E6AF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #08E6AF is #F71950. Grayscale: #9D9D9D. Windows color (decimal): -16193873 or 11527688. OLE color: 11527688.
HSL color Cylindrical-coordinate representation of color #08E6AF: hue angle of 165.14º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E6AF is Cyan = 0.97, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 230 | 175 | - |
| CMYK | 0.97 | 0 | 0.24 | 0.10 |
| HSL | 165.14º | 0.93% | 0.47% | - |
| HSV(B) | 165.14º | 0.97% | 0.9% | - |
| XYZ | 36.13 | 59.74 | 50.18 | - |
| YUV | 157.35 | 137.95 | 21.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 230 | 175 | 0.97 | 0 | 0.24 | 0.10 | 165.14 | 0.93 | 0.47 |
| Hex | 8 | E6 | AF | 61 | 0 | 18 | A | A5 | 5D | 2F |
| Octal | 10 | 346 | 257 | 141 | 0 | 30 | 12 | 245 | 135 | 57 |
| Binary | 1000 | 11100110 | 10101111 | 1100001 | 0 | 11000 | 1010 | 10100101 | 1011101 | 101111 |
Color Harmonies of #08E6AF
Complementary color
Monochromatic Colors of #08E6AF
Black with #08E6AF
Text Example
Text Example
White with #08E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08E6AF; }
p { color: rgb(8,230,175); }
H1.HeaderClassName
{
color: #08E6AF;
}
.AnyTagClassName
{
color: #08E6AF;
}
</style>
background-color css
<style>
a { background-color: #08E6AF; }
a { background-color: rgb(8,230,175); }
div.DivClassName
{
background-color: #08E6AF;
}
.BgClassName
{
background-color: #08E6AF;
}
</style>
border-color css
<style>
span { border-color: #08E6AF; }
span { border-color: rgb(8,230,175); }
td.TdClassName
{
border-color: #08E6AF;
}
.TagClassName
{
border-color: #08E6AF;
}
</style>