Shades of Magic Mint #A8FFCA
Tints of Magic Mint #A8FFCA
RGB
CMYK
RGB Variations
Color information
#A8FFCA (or 0xA8FFCA) is known color: Magic Mint. HEX triplet: A8, FF and CA. RGB value is (168,255,202). Sum of RGB (Red+Green+Blue) = 168+255+202=625 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.88% from 625); Green value is 255 (100% from 255 or 40.8% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFCA is #570035. Grayscale: #DFDFDF. Windows color (decimal): -5701686 or 13303720. OLE color: 13303720.
HSL color Cylindrical-coordinate representation of color #A8FFCA: hue angle of 143.45º 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 #A8FFCA is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
RGB | 168 | 255 | 202 | - |
CMYK | 0.34 | 0 | 0.21 | 0 |
HSL | 143.45º | 1% | 0.83% | - |
HSV(B) | 143.45º | 0.34% | 1% | - |
XYZ | 62.57 | 84.11 | 68.81 | - |
YUV | 222.95 | 116.18 | 88.81 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 255 | 202 | 0.34 | 0 | 0.21 | 0 | 143.45 | 1 | 0.83 |
Hex | A8 | FF | CA | 22 | 0 | 15 | 0 | 8F | 64 | 53 |
Octal | 250 | 377 | 312 | 42 | 0 | 25 | 0 | 217 | 144 | 123 |
Binary | 10101000 | 11111111 | 11001010 | 100010 | 0 | 10101 | 0 | 10001111 | 1100100 | 1010011 |
Color Harmonies of #A8FFCA
Complementary color
Monochromatic Colors of #A8FFCA
Black with #A8FFCA
Text Example
Text Example
White with #A8FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFCA; }
p { color: rgb(168,255,202); }
H1.HeaderClassName
{
color: #A8FFCA;
}
.AnyTagClassName
{
color: #A8FFCA;
}
</style>
background-color css
<style>
a { background-color: #A8FFCA; }
a { background-color: rgb(168,255,202); }
div.DivClassName
{
background-color: #A8FFCA;
}
.BgClassName
{
background-color: #A8FFCA;
}
</style>
border-color css
<style>
span { border-color: #A8FFCA; }
span { border-color: rgb(168,255,202); }
td.TdClassName
{
border-color: #A8FFCA;
}
.TagClassName
{
border-color: #A8FFCA;
}
</style>