Shades of Magic Mint #A9FBCB
Tints of Magic Mint #A9FBCB
RGB
CMYK
RGB Variations
Color information
#A9FBCB (or 0xA9FBCB) is known color: Magic Mint. HEX triplet: A9, FB and CB. RGB value is (169,251,203). Sum of RGB (Red+Green+Blue) = 169+251+203=623 (82% of max value = 765). Red value is 169 (66.41% from 255 or 27.13% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 203 (79.69% from 255 or 32.58% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBCB is #560434. Grayscale: #DDDDDD. Windows color (decimal): -5637173 or 13368233. OLE color: 13368233.
HSL color Cylindrical-coordinate representation of color #A9FBCB: hue angle of 144.88º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FBCB is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 203 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.02 |
| HSL | 144.88º | 0.91% | 0.82% | - |
| HSV(B) | 144.88º | 0.33% | 0.98% | - |
| XYZ | 61.64 | 81.74 | 69.03 | - |
| YUV | 221.01 | 117.83 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 203 | 0.33 | 0 | 0.19 | 0.02 | 144.88 | 0.91 | 0.82 |
| Hex | A9 | FB | CB | 21 | 0 | 13 | 2 | 91 | 5B | 52 |
| Octal | 251 | 373 | 313 | 41 | 0 | 23 | 2 | 221 | 133 | 122 |
| Binary | 10101001 | 11111011 | 11001011 | 100001 | 0 | 10011 | 10 | 10010001 | 1011011 | 1010010 |
Color Harmonies of #A9FBCB
Complementary color
Monochromatic Colors of #A9FBCB
Black with #A9FBCB
Text Example
Text Example
White with #A9FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FBCB; }
p { color: rgb(169,251,203); }
H1.HeaderClassName
{
color: #A9FBCB;
}
.AnyTagClassName
{
color: #A9FBCB;
}
</style>
background-color css
<style>
a { background-color: #A9FBCB; }
a { background-color: rgb(169,251,203); }
div.DivClassName
{
background-color: #A9FBCB;
}
.BgClassName
{
background-color: #A9FBCB;
}
</style>
border-color css
<style>
span { border-color: #A9FBCB; }
span { border-color: rgb(169,251,203); }
td.TdClassName
{
border-color: #A9FBCB;
}
.TagClassName
{
border-color: #A9FBCB;
}
</style>