Shades of Magic Mint #9BF7CC
Tints of Magic Mint #9BF7CC
RGB
CMYK
RGB Variations
Color information
#9BF7CC (or 0x9BF7CC) is known color: Magic Mint. HEX triplet: 9B, F7 and CC. RGB value is (155,247,204). Sum of RGB (Red+Green+Blue) = 155+247+204=606 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.58% from 606); Green value is 247 (96.88% from 255 or 40.76% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 247 - color contains mainly: green. Hex color #9BF7CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BF7CC is #640833. Grayscale: #D6D6D6. Windows color (decimal): -6555700 or 13432731. OLE color: 13432731.
HSL color Cylindrical-coordinate representation of color #9BF7CC: hue angle of 151.96º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF7CC is Cyan = 0.37, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 247 | 204 | - |
| CMYK | 0.37 | 0 | 0.17 | 0.03 |
| HSL | 151.96º | 0.85% | 0.79% | - |
| HSV(B) | 151.96º | 0.37% | 0.97% | - |
| XYZ | 57.68 | 77.85 | 69.11 | - |
| YUV | 214.59 | 122.02 | 85.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 204 | 0.37 | 0 | 0.17 | 0.03 | 151.96 | 0.85 | 0.79 |
| Hex | 9B | F7 | CC | 25 | 0 | 11 | 3 | 98 | 55 | 4F |
| Octal | 233 | 367 | 314 | 45 | 0 | 21 | 3 | 230 | 125 | 117 |
| Binary | 10011011 | 11110111 | 11001100 | 100101 | 0 | 10001 | 11 | 10011000 | 1010101 | 1001111 |
Color Harmonies of #9BF7CC
Complementary color
Monochromatic Colors of #9BF7CC
Black with #9BF7CC
Text Example
Text Example
White with #9BF7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF7CC; }
p { color: rgb(155,247,204); }
H1.HeaderClassName
{
color: #9BF7CC;
}
.AnyTagClassName
{
color: #9BF7CC;
}
</style>
background-color css
<style>
a { background-color: #9BF7CC; }
a { background-color: rgb(155,247,204); }
div.DivClassName
{
background-color: #9BF7CC;
}
.BgClassName
{
background-color: #9BF7CC;
}
</style>
border-color css
<style>
span { border-color: #9BF7CC; }
span { border-color: rgb(155,247,204); }
td.TdClassName
{
border-color: #9BF7CC;
}
.TagClassName
{
border-color: #9BF7CC;
}
</style>