Shades of Magic Mint #A8FAD2
Tints of Magic Mint #A8FAD2
RGB
CMYK
RGB Variations
Color information
#A8FAD2 (or 0xA8FAD2) is known color: Magic Mint. HEX triplet: A8, FA and D2. RGB value is (168,250,210). Sum of RGB (Red+Green+Blue) = 168+250+210=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 210 (82.42% from 255 or 33.44% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FAD2 is #57052D. Grayscale: #DDDDDD. Windows color (decimal): -5702958 or 13826728. OLE color: 13826728.
HSL color Cylindrical-coordinate representation of color #A8FAD2: hue angle of 150.73º degrees, saturation: 0.89, 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 #A8FAD2 is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 250 | 210 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.02 |
| HSL | 150.73º | 0.89% | 0.82% | - |
| HSV(B) | 150.73º | 0.33% | 0.98% | - |
| XYZ | 61.97 | 81.35 | 73.41 | - |
| YUV | 220.92 | 121.83 | 90.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 250 | 210 | 0.33 | 0 | 0.16 | 0.02 | 150.73 | 0.89 | 0.82 |
| Hex | A8 | FA | D2 | 21 | 0 | 10 | 2 | 97 | 59 | 52 |
| Octal | 250 | 372 | 322 | 41 | 0 | 20 | 2 | 227 | 131 | 122 |
| Binary | 10101000 | 11111010 | 11010010 | 100001 | 0 | 10000 | 10 | 10010111 | 1011001 | 1010010 |
Color Harmonies of #A8FAD2
Complementary color
Monochromatic Colors of #A8FAD2
Black with #A8FAD2
Text Example
Text Example
White with #A8FAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FAD2; }
p { color: rgb(168,250,210); }
H1.HeaderClassName
{
color: #A8FAD2;
}
.AnyTagClassName
{
color: #A8FAD2;
}
</style>
background-color css
<style>
a { background-color: #A8FAD2; }
a { background-color: rgb(168,250,210); }
div.DivClassName
{
background-color: #A8FAD2;
}
.BgClassName
{
background-color: #A8FAD2;
}
</style>
border-color css
<style>
span { border-color: #A8FAD2; }
span { border-color: rgb(168,250,210); }
td.TdClassName
{
border-color: #A8FAD2;
}
.TagClassName
{
border-color: #A8FAD2;
}
</style>