Shades of Mint Green #8CFEAF
Tints of Mint Green #8CFEAF
RGB
CMYK
RGB Variations
Color information
#8CFEAF (or 0x8CFEAF) is known color: Mint Green. HEX triplet: 8C, FE and AF. RGB value is (140,254,175). Sum of RGB (Red+Green+Blue) = 140+254+175=569 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.60% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 175 (68.75% from 255 or 30.76% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #8CFEAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFEAF is #730150. Grayscale: #D3D3D3. Windows color (decimal): -7536977 or 11533964. OLE color: 11533964.
HSL color Cylindrical-coordinate representation of color #8CFEAF: hue angle of 138.42º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFEAF is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 254 | 175 | - |
| CMYK | 0.45 | 0 | 0.31 | 0.00 |
| HSL | 138.42º | 0.98% | 0.77% | - |
| HSV(B) | 138.42º | 0.45% | 1% | - |
| XYZ | 53.99 | 79.55 | 53.07 | - |
| YUV | 210.91 | 107.73 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 254 | 175 | 0.45 | 0 | 0.31 | 0.00 | 138.42 | 0.98 | 0.77 |
| Hex | 8C | FE | AF | 2D | 0 | 1F | 0 | 8A | 62 | 4D |
| Octal | 214 | 376 | 257 | 55 | 0 | 37 | 0 | 212 | 142 | 115 |
| Binary | 10001100 | 11111110 | 10101111 | 101101 | 0 | 11111 | 0 | 10001010 | 1100010 | 1001101 |
Color Harmonies of #8CFEAF
Complementary color
Monochromatic Colors of #8CFEAF
Black with #8CFEAF
Text Example
Text Example
White with #8CFEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFEAF; }
p { color: rgb(140,254,175); }
H1.HeaderClassName
{
color: #8CFEAF;
}
.AnyTagClassName
{
color: #8CFEAF;
}
</style>
background-color css
<style>
a { background-color: #8CFEAF; }
a { background-color: rgb(140,254,175); }
div.DivClassName
{
background-color: #8CFEAF;
}
.BgClassName
{
background-color: #8CFEAF;
}
</style>
border-color css
<style>
span { border-color: #8CFEAF; }
span { border-color: rgb(140,254,175); }
td.TdClassName
{
border-color: #8CFEAF;
}
.TagClassName
{
border-color: #8CFEAF;
}
</style>