Shades of Magic Mint #A8FBCC
Tints of Magic Mint #A8FBCC
RGB
CMYK
RGB Variations
Color information
#A8FBCC (or 0xA8FBCC) is known color: Magic Mint. HEX triplet: A8, FB and CC. RGB value is (168,251,204). Sum of RGB (Red+Green+Blue) = 168+251+204=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 204 (80.08% from 255 or 32.74% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #A8FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FBCC is #570433. Grayscale: #DCDCDC. Windows color (decimal): -5702708 or 13433768. OLE color: 13433768.
HSL color Cylindrical-coordinate representation of color #A8FBCC: hue angle of 146.02º 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 #A8FBCC is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 251 | 204 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.02 |
| HSL | 146.02º | 0.91% | 0.82% | - |
| HSV(B) | 146.02º | 0.33% | 0.98% | - |
| XYZ | 61.54 | 81.68 | 69.65 | - |
| YUV | 220.83 | 118.5 | 90.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 251 | 204 | 0.33 | 0 | 0.19 | 0.02 | 146.02 | 0.91 | 0.82 |
| Hex | A8 | FB | CC | 21 | 0 | 13 | 2 | 92 | 5B | 52 |
| Octal | 250 | 373 | 314 | 41 | 0 | 23 | 2 | 222 | 133 | 122 |
| Binary | 10101000 | 11111011 | 11001100 | 100001 | 0 | 10011 | 10 | 10010010 | 1011011 | 1010010 |
Color Harmonies of #A8FBCC
Complementary color
Monochromatic Colors of #A8FBCC
Black with #A8FBCC
Text Example
Text Example
White with #A8FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FBCC; }
p { color: rgb(168,251,204); }
H1.HeaderClassName
{
color: #A8FBCC;
}
.AnyTagClassName
{
color: #A8FBCC;
}
</style>
background-color css
<style>
a { background-color: #A8FBCC; }
a { background-color: rgb(168,251,204); }
div.DivClassName
{
background-color: #A8FBCC;
}
.BgClassName
{
background-color: #A8FBCC;
}
</style>
border-color css
<style>
span { border-color: #A8FBCC; }
span { border-color: rgb(168,251,204); }
td.TdClassName
{
border-color: #A8FBCC;
}
.TagClassName
{
border-color: #A8FBCC;
}
</style>