Shades of Magic Mint #9FFBCD
Tints of Magic Mint #9FFBCD
RGB
CMYK
RGB Variations
Color information
#9FFBCD (or 0x9FFBCD) is known color: Magic Mint. HEX triplet: 9F, FB and CD. RGB value is (159,251,205). Sum of RGB (Red+Green+Blue) = 159+251+205=615 (81% of max value = 765). Red value is 159 (62.5% from 255 or 25.85% from 615); Green value is 251 (98.44% from 255 or 40.81% from 615); Blue value is 205 (80.47% from 255 or 33.33% from 615); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBCD is #600432. Grayscale: #DADADA. Windows color (decimal): -6292531 or 13499295. OLE color: 13499295.
HSL color Cylindrical-coordinate representation of color #9FFBCD: hue angle of 150º 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 #9FFBCD is Cyan = 0.37, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 205 | - |
| CMYK | 0.37 | 0 | 0.18 | 0.02 |
| HSL | 150º | 0.92% | 0.8% | - |
| HSV(B) | 150º | 0.37% | 0.98% | - |
| XYZ | 59.81 | 80.77 | 70.2 | - |
| YUV | 218.25 | 120.52 | 85.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 205 | 0.37 | 0 | 0.18 | 0.02 | 150 | 0.92 | 0.8 |
| Hex | 9F | FB | CD | 25 | 0 | 12 | 2 | 96 | 5C | 50 |
| Octal | 237 | 373 | 315 | 45 | 0 | 22 | 2 | 226 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11001101 | 100101 | 0 | 10010 | 10 | 10010110 | 1011100 | 1010000 |
Color Harmonies of #9FFBCD
Complementary color
Monochromatic Colors of #9FFBCD
Black with #9FFBCD
Text Example
Text Example
White with #9FFBCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBCD; }
p { color: rgb(159,251,205); }
H1.HeaderClassName
{
color: #9FFBCD;
}
.AnyTagClassName
{
color: #9FFBCD;
}
</style>
background-color css
<style>
a { background-color: #9FFBCD; }
a { background-color: rgb(159,251,205); }
div.DivClassName
{
background-color: #9FFBCD;
}
.BgClassName
{
background-color: #9FFBCD;
}
</style>
border-color css
<style>
span { border-color: #9FFBCD; }
span { border-color: rgb(159,251,205); }
td.TdClassName
{
border-color: #9FFBCD;
}
.TagClassName
{
border-color: #9FFBCD;
}
</style>