Shades of Magic Mint #A8FDCF
Tints of Magic Mint #A8FDCF
RGB
CMYK
RGB Variations
Color information
#A8FDCF (or 0xA8FDCF) is known color: Magic Mint. HEX triplet: A8, FD and CF. RGB value is (168,253,207). Sum of RGB (Red+Green+Blue) = 168+253+207=628 (83% of max value = 765). Red value is 168 (66.02% from 255 or 26.75% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 207 (81.25% from 255 or 32.96% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FDCF is #570230. Grayscale: #DEDEDE. Windows color (decimal): -5702193 or 13630888. OLE color: 13630888.
HSL color Cylindrical-coordinate representation of color #A8FDCF: hue angle of 147.53º 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 #A8FDCF is Cyan = 0.34, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 253 | 207 | - |
| CMYK | 0.34 | 0 | 0.18 | 0.01 |
| HSL | 147.53º | 0.96% | 0.83% | - |
| HSV(B) | 147.53º | 0.34% | 0.99% | - |
| XYZ | 62.54 | 83.08 | 71.77 | - |
| YUV | 222.34 | 119.34 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 253 | 207 | 0.34 | 0 | 0.18 | 0.01 | 147.53 | 0.96 | 0.83 |
| Hex | A8 | FD | CF | 22 | 0 | 12 | 1 | 94 | 60 | 53 |
| Octal | 250 | 375 | 317 | 42 | 0 | 22 | 1 | 224 | 140 | 123 |
| Binary | 10101000 | 11111101 | 11001111 | 100010 | 0 | 10010 | 1 | 10010100 | 1100000 | 1010011 |
Color Harmonies of #A8FDCF
Complementary color
Monochromatic Colors of #A8FDCF
Black with #A8FDCF
Text Example
Text Example
White with #A8FDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FDCF; }
p { color: rgb(168,253,207); }
H1.HeaderClassName
{
color: #A8FDCF;
}
.AnyTagClassName
{
color: #A8FDCF;
}
</style>
background-color css
<style>
a { background-color: #A8FDCF; }
a { background-color: rgb(168,253,207); }
div.DivClassName
{
background-color: #A8FDCF;
}
.BgClassName
{
background-color: #A8FDCF;
}
</style>
border-color css
<style>
span { border-color: #A8FDCF; }
span { border-color: rgb(168,253,207); }
td.TdClassName
{
border-color: #A8FDCF;
}
.TagClassName
{
border-color: #A8FDCF;
}
</style>