Shades of Magic Mint #A8F4CD
Tints of Magic Mint #A8F4CD
RGB
CMYK
RGB Variations
Color information
#A8F4CD (or 0xA8F4CD) is known color: Magic Mint. HEX triplet: A8, F4 and CD. RGB value is (168,244,205). Sum of RGB (Red+Green+Blue) = 168+244+205=617 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.23% from 617); Green value is 244 (95.70% from 255 or 39.55% from 617); Blue value is 205 (80.47% from 255 or 33.23% from 617); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4CD is #570B32. Grayscale: #D8D8D8. Windows color (decimal): -5704499 or 13497512. OLE color: 13497512.
HSL color Cylindrical-coordinate representation of color #A8F4CD: hue angle of 149.21º degrees, saturation: 0.78, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F4CD is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
RGB | 168 | 244 | 205 | - |
CMYK | 0.31 | 0 | 0.16 | 0.04 |
HSL | 149.21º | 0.78% | 0.81% | - |
HSV(B) | 149.21º | 0.31% | 0.96% | - |
XYZ | 59.52 | 77.43 | 69.57 | - |
YUV | 216.83 | 121.32 | 93.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 244 | 205 | 0.31 | 0 | 0.16 | 0.04 | 149.21 | 0.78 | 0.81 |
Hex | A8 | F4 | CD | 1F | 0 | 10 | 4 | 95 | 4E | 51 |
Octal | 250 | 364 | 315 | 37 | 0 | 20 | 4 | 225 | 116 | 121 |
Binary | 10101000 | 11110100 | 11001101 | 11111 | 0 | 10000 | 100 | 10010101 | 1001110 | 1010001 |
Color Harmonies of #A8F4CD
Complementary color
Monochromatic Colors of #A8F4CD
Black with #A8F4CD
Text Example
Text Example
White with #A8F4CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4CD; }
p { color: rgb(168,244,205); }
H1.HeaderClassName
{
color: #A8F4CD;
}
.AnyTagClassName
{
color: #A8F4CD;
}
</style>
background-color css
<style>
a { background-color: #A8F4CD; }
a { background-color: rgb(168,244,205); }
div.DivClassName
{
background-color: #A8F4CD;
}
.BgClassName
{
background-color: #A8F4CD;
}
</style>
border-color css
<style>
span { border-color: #A8F4CD; }
span { border-color: rgb(168,244,205); }
td.TdClassName
{
border-color: #A8F4CD;
}
.TagClassName
{
border-color: #A8F4CD;
}
</style>