Shades of Magic Mint #A9FCCB
Tints of Magic Mint #A9FCCB
RGB
CMYK
RGB Variations
Color information
#A9FCCB (or 0xA9FCCB) is known color: Magic Mint. HEX triplet: A9, FC and CB. RGB value is (169,252,203). Sum of RGB (Red+Green+Blue) = 169+252+203=624 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.08% from 624); Green value is 252 (98.83% from 255 or 40.38% from 624); Blue value is 203 (79.69% from 255 or 32.53% from 624); Max value from RGB is 252 - color contains mainly: green. Hex color #A9FCCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FCCB is #560334. Grayscale: #DDDDDD. Windows color (decimal): -5636917 or 13368489. OLE color: 13368489.
HSL color Cylindrical-coordinate representation of color #A9FCCB: hue angle of 144.58º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FCCB is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 169 | 252 | 203 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.01 |
| HSL | 144.58º | 0.93% | 0.83% | - |
| HSV(B) | 144.58º | 0.33% | 0.99% | - |
| XYZ | 61.95 | 82.37 | 69.13 | - |
| YUV | 221.6 | 117.5 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 252 | 203 | 0.33 | 0 | 0.19 | 0.01 | 144.58 | 0.93 | 0.83 |
| Hex | A9 | FC | CB | 21 | 0 | 13 | 1 | 91 | 5D | 53 |
| Octal | 251 | 374 | 313 | 41 | 0 | 23 | 1 | 221 | 135 | 123 |
| Binary | 10101001 | 11111100 | 11001011 | 100001 | 0 | 10011 | 1 | 10010001 | 1011101 | 1010011 |
Color Harmonies of #A9FCCB
Complementary color
Monochromatic Colors of #A9FCCB
Black with #A9FCCB
Text Example
Text Example
White with #A9FCCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FCCB; }
p { color: rgb(169,252,203); }
H1.HeaderClassName
{
color: #A9FCCB;
}
.AnyTagClassName
{
color: #A9FCCB;
}
</style>
background-color css
<style>
a { background-color: #A9FCCB; }
a { background-color: rgb(169,252,203); }
div.DivClassName
{
background-color: #A9FCCB;
}
.BgClassName
{
background-color: #A9FCCB;
}
</style>
border-color css
<style>
span { border-color: #A9FCCB; }
span { border-color: rgb(169,252,203); }
td.TdClassName
{
border-color: #A9FCCB;
}
.TagClassName
{
border-color: #A9FCCB;
}
</style>