Shades of Magic Mint #A8FDCE
Tints of Magic Mint #A8FDCE
RGB
CMYK
RGB Variations
Color information
#A8FDCE (or 0xA8FDCE) is known color: Magic Mint. HEX triplet: A8, FD and CE. RGB value is (168,253,206). Sum of RGB (Red+Green+Blue) = 168+253+206=627 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.79% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 206 (80.86% from 255 or 32.85% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDCE is #570231. Grayscale: #DEDEDE. Windows color (decimal): -5702194 or 13565352. OLE color: 13565352.
HSL color Cylindrical-coordinate representation of color #A8FDCE: hue angle of 146.82º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDCE is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
RGB | 168 | 253 | 206 | - |
CMYK | 0.34 | 0 | 0.19 | 0.01 |
HSL | 146.82º | 0.96% | 0.83% | - |
HSV(B) | 146.82º | 0.34% | 0.99% | - |
XYZ | 62.41 | 83.03 | 71.13 | - |
YUV | 222.23 | 118.84 | 89.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 253 | 206 | 0.34 | 0 | 0.19 | 0.01 | 146.82 | 0.96 | 0.83 |
Hex | A8 | FD | CE | 22 | 0 | 13 | 1 | 93 | 60 | 53 |
Octal | 250 | 375 | 316 | 42 | 0 | 23 | 1 | 223 | 140 | 123 |
Binary | 10101000 | 11111101 | 11001110 | 100010 | 0 | 10011 | 1 | 10010011 | 1100000 | 1010011 |
Color Harmonies of #A8FDCE
Complementary color
Monochromatic Colors of #A8FDCE
Black with #A8FDCE
Text Example
Text Example
White with #A8FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDCE; }
p { color: rgb(168,253,206); }
H1.HeaderClassName
{
color: #A8FDCE;
}
.AnyTagClassName
{
color: #A8FDCE;
}
</style>
background-color css
<style>
a { background-color: #A8FDCE; }
a { background-color: rgb(168,253,206); }
div.DivClassName
{
background-color: #A8FDCE;
}
.BgClassName
{
background-color: #A8FDCE;
}
</style>
border-color css
<style>
span { border-color: #A8FDCE; }
span { border-color: rgb(168,253,206); }
td.TdClassName
{
border-color: #A8FDCE;
}
.TagClassName
{
border-color: #A8FDCE;
}
</style>