Shades of Magic Mint #9AFECB
Tints of Magic Mint #9AFECB
RGB
CMYK
RGB Variations
Color information
#9AFECB (or 0x9AFECB) is known color: Magic Mint. HEX triplet: 9A, FE and CB. RGB value is (154,254,203). Sum of RGB (Red+Green+Blue) = 154+254+203=611 (80% of max value = 765). Red value is 154 (60.55% from 255 or 25.20% from 611); Green value is 254 (99.61% from 255 or 41.57% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 254 - color contains mainly: green. Hex color #9AFECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9AFECB is #650134. Grayscale: #DADADA. Windows color (decimal): -6619445 or 13368986. OLE color: 13368986.
HSL color Cylindrical-coordinate representation of color #9AFECB: hue angle of 149.4º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AFECB is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 154 | 254 | 203 | - |
| CMYK | 0.39 | 0 | 0.20 | 0.00 |
| HSL | 149.4º | 0.98% | 0.8% | - |
| HSV(B) | 149.4º | 0.39% | 1% | - |
| XYZ | 59.55 | 82.07 | 69.2 | - |
| YUV | 218.29 | 119.37 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 254 | 203 | 0.39 | 0 | 0.20 | 0.00 | 149.4 | 0.98 | 0.8 |
| Hex | 9A | FE | CB | 27 | 0 | 14 | 0 | 95 | 62 | 50 |
| Octal | 232 | 376 | 313 | 47 | 0 | 24 | 0 | 225 | 142 | 120 |
| Binary | 10011010 | 11111110 | 11001011 | 100111 | 0 | 10100 | 0 | 10010101 | 1100010 | 1010000 |
Color Harmonies of #9AFECB
Complementary color
Monochromatic Colors of #9AFECB
Black with #9AFECB
Text Example
Text Example
White with #9AFECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFECB; }
p { color: rgb(154,254,203); }
H1.HeaderClassName
{
color: #9AFECB;
}
.AnyTagClassName
{
color: #9AFECB;
}
</style>
background-color css
<style>
a { background-color: #9AFECB; }
a { background-color: rgb(154,254,203); }
div.DivClassName
{
background-color: #9AFECB;
}
.BgClassName
{
background-color: #9AFECB;
}
</style>
border-color css
<style>
span { border-color: #9AFECB; }
span { border-color: rgb(154,254,203); }
td.TdClassName
{
border-color: #9AFECB;
}
.TagClassName
{
border-color: #9AFECB;
}
</style>