Shades of Magic Mint #9BF8DF
Tints of Magic Mint #9BF8DF
RGB
CMYK
RGB Variations
Color information
#9BF8DF (or 0x9BF8DF) is known color: Magic Mint. HEX triplet: 9B, F8 and DF. RGB value is (155,248,223). Sum of RGB (Red+Green+Blue) = 155+248+223=626 (82% of max value = 765). Red value is 155 (60.94% from 255 or 24.76% from 626); Green value is 248 (97.27% from 255 or 39.62% from 626); Blue value is 223 (87.5% from 255 or 35.62% from 626); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF8DF is #640720. Grayscale: #D9D9D9. Windows color (decimal): -6555425 or 14678171. OLE color: 14678171.
HSL color Cylindrical-coordinate representation of color #9BF8DF: hue angle of 163.87º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF8DF is Cyan = 0.38, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 223 | - |
| CMYK | 0.38 | 0 | 0.10 | 0.03 |
| HSL | 163.87º | 0.87% | 0.79% | - |
| HSV(B) | 163.87º | 0.38% | 0.97% | - |
| XYZ | 60.4 | 79.43 | 81.96 | - |
| YUV | 217.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 223 | 0.38 | 0 | 0.10 | 0.03 | 163.87 | 0.87 | 0.79 |
| Hex | 9B | F8 | DF | 26 | 0 | A | 3 | A4 | 57 | 4F |
| Octal | 233 | 370 | 337 | 46 | 0 | 12 | 3 | 244 | 127 | 117 |
| Binary | 10011011 | 11111000 | 11011111 | 100110 | 0 | 1010 | 11 | 10100100 | 1010111 | 1001111 |
Color Harmonies of #9BF8DF
Complementary color
Monochromatic Colors of #9BF8DF
Black with #9BF8DF
Text Example
Text Example
White with #9BF8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF8DF; }
p { color: rgb(155,248,223); }
H1.HeaderClassName
{
color: #9BF8DF;
}
.AnyTagClassName
{
color: #9BF8DF;
}
</style>
background-color css
<style>
a { background-color: #9BF8DF; }
a { background-color: rgb(155,248,223); }
div.DivClassName
{
background-color: #9BF8DF;
}
.BgClassName
{
background-color: #9BF8DF;
}
</style>
border-color css
<style>
span { border-color: #9BF8DF; }
span { border-color: rgb(155,248,223); }
td.TdClassName
{
border-color: #9BF8DF;
}
.TagClassName
{
border-color: #9BF8DF;
}
</style>