Shades of Magic Mint #9FFBD5
Tints of Magic Mint #9FFBD5
RGB
CMYK
RGB Variations
Color information
#9FFBD5 (or 0x9FFBD5) is known color: Magic Mint. HEX triplet: 9F, FB and D5. RGB value is (159,251,213). Sum of RGB (Red+Green+Blue) = 159+251+213=623 (82% of max value = 765). Red value is 159 (62.5% from 255 or 25.52% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 213 (83.59% from 255 or 34.19% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #9FFBD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFBD5 is #60042A. Grayscale: #DBDBDB. Windows color (decimal): -6292523 or 14023583. OLE color: 14023583.
HSL color Cylindrical-coordinate representation of color #9FFBD5: hue angle of 155.22º 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 #9FFBD5 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 213 | - |
| CMYK | 0.37 | 0 | 0.15 | 0.02 |
| HSL | 155.22º | 0.92% | 0.8% | - |
| HSV(B) | 155.22º | 0.37% | 0.98% | - |
| XYZ | 60.81 | 81.17 | 75.41 | - |
| YUV | 219.16 | 124.52 | 85.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 213 | 0.37 | 0 | 0.15 | 0.02 | 155.22 | 0.92 | 0.8 |
| Hex | 9F | FB | D5 | 25 | 0 | F | 2 | 9B | 5C | 50 |
| Octal | 237 | 373 | 325 | 45 | 0 | 17 | 2 | 233 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11010101 | 100101 | 0 | 1111 | 10 | 10011011 | 1011100 | 1010000 |
Color Harmonies of #9FFBD5
Complementary color
Monochromatic Colors of #9FFBD5
Black with #9FFBD5
Text Example
Text Example
White with #9FFBD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBD5; }
p { color: rgb(159,251,213); }
H1.HeaderClassName
{
color: #9FFBD5;
}
.AnyTagClassName
{
color: #9FFBD5;
}
</style>
background-color css
<style>
a { background-color: #9FFBD5; }
a { background-color: rgb(159,251,213); }
div.DivClassName
{
background-color: #9FFBD5;
}
.BgClassName
{
background-color: #9FFBD5;
}
</style>
border-color css
<style>
span { border-color: #9FFBD5; }
span { border-color: rgb(159,251,213); }
td.TdClassName
{
border-color: #9FFBD5;
}
.TagClassName
{
border-color: #9FFBD5;
}
</style>