Shades of Magic Mint #9BFACC
Tints of Magic Mint #9BFACC
RGB
CMYK
RGB Variations
Color information
#9BFACC (or 0x9BFACC) is known color: Magic Mint. HEX triplet: 9B, FA and CC. RGB value is (155,250,204). Sum of RGB (Red+Green+Blue) = 155+250+204=609 (80% of max value = 765). Red value is 155 (60.94% from 255 or 25.45% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9BFACC is #640533. Grayscale: #D8D8D8. Windows color (decimal): -6554932 or 13433499. OLE color: 13433499.
HSL color Cylindrical-coordinate representation of color #9BFACC: hue angle of 150.95º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFACC is Cyan = 0.38, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 204 | - |
| CMYK | 0.38 | 0 | 0.18 | 0.02 |
| HSL | 150.95º | 0.9% | 0.79% | - |
| HSV(B) | 150.95º | 0.38% | 0.98% | - |
| XYZ | 58.6 | 79.7 | 69.42 | - |
| YUV | 216.35 | 121.03 | 84.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 204 | 0.38 | 0 | 0.18 | 0.02 | 150.95 | 0.9 | 0.79 |
| Hex | 9B | FA | CC | 26 | 0 | 12 | 2 | 97 | 5A | 4F |
| Octal | 233 | 372 | 314 | 46 | 0 | 22 | 2 | 227 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11001100 | 100110 | 0 | 10010 | 10 | 10010111 | 1011010 | 1001111 |
Color Harmonies of #9BFACC
Complementary color
Monochromatic Colors of #9BFACC
Black with #9BFACC
Text Example
Text Example
White with #9BFACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFACC; }
p { color: rgb(155,250,204); }
H1.HeaderClassName
{
color: #9BFACC;
}
.AnyTagClassName
{
color: #9BFACC;
}
</style>
background-color css
<style>
a { background-color: #9BFACC; }
a { background-color: rgb(155,250,204); }
div.DivClassName
{
background-color: #9BFACC;
}
.BgClassName
{
background-color: #9BFACC;
}
</style>
border-color css
<style>
span { border-color: #9BFACC; }
span { border-color: rgb(155,250,204); }
td.TdClassName
{
border-color: #9BFACC;
}
.TagClassName
{
border-color: #9BFACC;
}
</style>