Shades of Mint Green #8CFFB4
Tints of Mint Green #8CFFB4
RGB
CMYK
RGB Variations
Color information
#8CFFB4 (or 0x8CFFB4) is known color: Mint Green. HEX triplet: 8C, FF and B4. RGB value is (140,255,180). Sum of RGB (Red+Green+Blue) = 140+255+180=575 (76% of max value = 765). Red value is 140 (55.08% from 255 or 24.35% from 575); Green value is 255 (100% from 255 or 44.35% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 255 - color contains mainly: green. Hex color #8CFFB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #8CFFB4 is #73004B. Grayscale: #D4D4D4. Windows color (decimal): -7536716 or 11861900. OLE color: 11861900.
HSL color Cylindrical-coordinate representation of color #8CFFB4: hue angle of 140.87º 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 #8CFFB4 is Cyan = 0.45, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 255 | 180 | - |
| CMYK | 0.45 | 0 | 0.29 | 0 |
| HSL | 140.87º | 1% | 0.77% | - |
| HSV(B) | 140.87º | 0.45% | 1% | - |
| XYZ | 54.81 | 80.39 | 55.81 | - |
| YUV | 212.07 | 109.9 | 76.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 255 | 180 | 0.45 | 0 | 0.29 | 0 | 140.87 | 1 | 0.77 |
| Hex | 8C | FF | B4 | 2D | 0 | 1D | 0 | 8D | 64 | 4D |
| Octal | 214 | 377 | 264 | 55 | 0 | 35 | 0 | 215 | 144 | 115 |
| Binary | 10001100 | 11111111 | 10110100 | 101101 | 0 | 11101 | 0 | 10001101 | 1100100 | 1001101 |
Color Harmonies of #8CFFB4
Complementary color
Monochromatic Colors of #8CFFB4
Black with #8CFFB4
Text Example
Text Example
White with #8CFFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CFFB4; }
p { color: rgb(140,255,180); }
H1.HeaderClassName
{
color: #8CFFB4;
}
.AnyTagClassName
{
color: #8CFFB4;
}
</style>
background-color css
<style>
a { background-color: #8CFFB4; }
a { background-color: rgb(140,255,180); }
div.DivClassName
{
background-color: #8CFFB4;
}
.BgClassName
{
background-color: #8CFFB4;
}
</style>
border-color css
<style>
span { border-color: #8CFFB4; }
span { border-color: rgb(140,255,180); }
td.TdClassName
{
border-color: #8CFFB4;
}
.TagClassName
{
border-color: #8CFFB4;
}
</style>