Shades of Magic Mint #9FFBCF
Tints of Magic Mint #9FFBCF
RGB
CMYK
RGB Variations
Color information
#9FFBCF (or 0x9FFBCF) is known color: Magic Mint. HEX triplet: 9F, FB and CF. RGB value is (159,251,207). Sum of RGB (Red+Green+Blue) = 159+251+207=617 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.77% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 207 (81.25% from 255 or 33.55% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBCF is #600430. Grayscale: #DADADA. Windows color (decimal): -6292529 or 13630367. OLE color: 13630367.
HSL color Cylindrical-coordinate representation of color #9FFBCF: hue angle of 151.3º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FFBCF is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 207 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.02 |
| HSL | 151.3º | 0.92% | 0.8% | - |
| HSV(B) | 151.3º | 0.37% | 0.98% | - |
| XYZ | 60.06 | 80.87 | 71.48 | - |
| YUV | 218.48 | 121.52 | 85.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 207 | 0.37 | 0 | 0.18 | 0.02 | 151.3 | 0.92 | 0.8 |
| Hex | 9F | FB | CF | 25 | 0 | 12 | 2 | 97 | 5C | 50 |
| Octal | 237 | 373 | 317 | 45 | 0 | 22 | 2 | 227 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11001111 | 100101 | 0 | 10010 | 10 | 10010111 | 1011100 | 1010000 |
Color Harmonies of #9FFBCF
Complementary color
Monochromatic Colors of #9FFBCF
Black with #9FFBCF
Text Example
Text Example
White with #9FFBCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBCF; }
p { color: rgb(159,251,207); }
H1.HeaderClassName
{
color: #9FFBCF;
}
.AnyTagClassName
{
color: #9FFBCF;
}
</style>
background-color css
<style>
a { background-color: #9FFBCF; }
a { background-color: rgb(159,251,207); }
div.DivClassName
{
background-color: #9FFBCF;
}
.BgClassName
{
background-color: #9FFBCF;
}
</style>
border-color css
<style>
span { border-color: #9FFBCF; }
span { border-color: rgb(159,251,207); }
td.TdClassName
{
border-color: #9FFBCF;
}
.TagClassName
{
border-color: #9FFBCF;
}
</style>