Shades of Magic Mint #9AFACB
Tints of Magic Mint #9AFACB
RGB
CMYK
RGB Variations
Color information
#9AFACB (or 0x9AFACB) is known color: Magic Mint. HEX triplet: 9A, FA and CB. RGB value is (154,250,203). Sum of RGB (Red+Green+Blue) = 154+250+203=607 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.37% from 607); Green value is 250 (98.05% from 255 or 41.19% from 607); Blue value is 203 (79.69% from 255 or 33.44% from 607); Max value from RGB is 250 - color contains mainly: green. Hex color #9AFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFACB is #650534. Grayscale: #D8D8D8. Windows color (decimal): -6620469 or 13367962. OLE color: 13367962.
HSL color Cylindrical-coordinate representation of color #9AFACB: hue angle of 150.62º degrees, saturation: 0.91, 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 #9AFACB is Cyan = 0.38, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 154 | 250 | 203 | - |
| CMYK | 0.38 | 0 | 0.19 | 0.02 |
| HSL | 150.63º | 0.91% | 0.79% | - |
| HSV(B) | 150.63º | 0.38% | 0.98% | - |
| XYZ | 58.29 | 79.55 | 68.78 | - |
| YUV | 215.94 | 120.7 | 83.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 250 | 203 | 0.38 | 0 | 0.19 | 0.02 | 150.63 | 0.91 | 0.79 |
| Hex | 9A | FA | CB | 26 | 0 | 13 | 2 | 97 | 5B | 4F |
| Octal | 232 | 372 | 313 | 46 | 0 | 23 | 2 | 227 | 133 | 117 |
| Binary | 10011010 | 11111010 | 11001011 | 100110 | 0 | 10011 | 10 | 10010111 | 1011011 | 1001111 |
Color Harmonies of #9AFACB
Complementary color
Monochromatic Colors of #9AFACB
Black with #9AFACB
Text Example
Text Example
White with #9AFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFACB; }
p { color: rgb(154,250,203); }
H1.HeaderClassName
{
color: #9AFACB;
}
.AnyTagClassName
{
color: #9AFACB;
}
</style>
background-color css
<style>
a { background-color: #9AFACB; }
a { background-color: rgb(154,250,203); }
div.DivClassName
{
background-color: #9AFACB;
}
.BgClassName
{
background-color: #9AFACB;
}
</style>
border-color css
<style>
span { border-color: #9AFACB; }
span { border-color: rgb(154,250,203); }
td.TdClassName
{
border-color: #9AFACB;
}
.TagClassName
{
border-color: #9AFACB;
}
</style>