Shades of Mint Green #8CFFAF
Tints of Mint Green #8CFFAF
RGB
CMYK
RGB Variations
Color information
#8CFFAF (or 0x8CFFAF) is known color: Mint Green. HEX triplet: 8C, FF and AF. RGB value is (140,255,175). Sum of RGB (Red+Green+Blue) = 140+255+175=570 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.56% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 175 (68.75% from 255 or 30.70% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8CFFAF is #730050. Grayscale: #D3D3D3. Windows color (decimal): -7536721 or 11534220. OLE color: 11534220.
HSL color Cylindrical-coordinate representation of color #8CFFAF: hue angle of 138.26º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CFFAF is Cyan = 0.45, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 175 | - |
| CMYK | 0.45 | 0 | 0.31 | 0 |
| HSL | 138.26º | 1% | 0.77% | - |
| HSV(B) | 138.26º | 0.45% | 1% | - |
| XYZ | 54.31 | 80.19 | 53.17 | - |
| YUV | 211.5 | 107.4 | 77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 175 | 0.45 | 0 | 0.31 | 0 | 138.26 | 1 | 0.77 |
| Hex | 8C | FF | AF | 2D | 0 | 1F | 0 | 8A | 64 | 4D |
| Octal | 214 | 377 | 257 | 55 | 0 | 37 | 0 | 212 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10101111 | 101101 | 0 | 11111 | 0 | 10001010 | 1100100 | 1001101 |
Color Harmonies of #8CFFAF
Complementary color
Monochromatic Colors of #8CFFAF
Black with #8CFFAF
Text Example
Text Example
White with #8CFFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFAF; }
p { color: rgb(140,255,175); }
H1.HeaderClassName
{
color: #8CFFAF;
}
.AnyTagClassName
{
color: #8CFFAF;
}
</style>
background-color css
<style>
a { background-color: #8CFFAF; }
a { background-color: rgb(140,255,175); }
div.DivClassName
{
background-color: #8CFFAF;
}
.BgClassName
{
background-color: #8CFFAF;
}
</style>
border-color css
<style>
span { border-color: #8CFFAF; }
span { border-color: rgb(140,255,175); }
td.TdClassName
{
border-color: #8CFFAF;
}
.TagClassName
{
border-color: #8CFFAF;
}
</style>