Shades of Magic Mint #A8FFD4
Tints of Magic Mint #A8FFD4
RGB
CMYK
RGB Variations
Color information
#A8FFD4 (or 0xA8FFD4) is known color: Magic Mint. HEX triplet: A8, FF and D4. RGB value is (168,255,212). Sum of RGB (Red+Green+Blue) = 168+255+212=635 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.46% from 635); Green value is 255 (100% from 255 or 40.16% from 635); Blue value is 212 (83.20% from 255 or 33.39% from 635); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFD4 is #57002B. Grayscale: #E0E0E0. Windows color (decimal): -5701676 or 13959080. OLE color: 13959080.
HSL color Cylindrical-coordinate representation of color #A8FFD4: hue angle of 150.34º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFD4 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 255 | 212 | - |
CMYK | 0.34 | 0 | 0.17 | 0 |
HSL | 150.34º | 1% | 0.83% | - |
HSV(B) | 150.34º | 0.34% | 1% | - |
XYZ | 63.79 | 84.6 | 75.25 | - |
YUV | 224.09 | 121.18 | 88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 255 | 212 | 0.34 | 0 | 0.17 | 0 | 150.34 | 1 | 0.83 |
Hex | A8 | FF | D4 | 22 | 0 | 11 | 0 | 96 | 64 | 53 |
Octal | 250 | 377 | 324 | 42 | 0 | 21 | 0 | 226 | 144 | 123 |
Binary | 10101000 | 11111111 | 11010100 | 100010 | 0 | 10001 | 0 | 10010110 | 1100100 | 1010011 |
Color Harmonies of #A8FFD4
Complementary color
Monochromatic Colors of #A8FFD4
Black with #A8FFD4
Text Example
Text Example
White with #A8FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFD4; }
p { color: rgb(168,255,212); }
H1.HeaderClassName
{
color: #A8FFD4;
}
.AnyTagClassName
{
color: #A8FFD4;
}
</style>
background-color css
<style>
a { background-color: #A8FFD4; }
a { background-color: rgb(168,255,212); }
div.DivClassName
{
background-color: #A8FFD4;
}
.BgClassName
{
background-color: #A8FFD4;
}
</style>
border-color css
<style>
span { border-color: #A8FFD4; }
span { border-color: rgb(168,255,212); }
td.TdClassName
{
border-color: #A8FFD4;
}
.TagClassName
{
border-color: #A8FFD4;
}
</style>