Shades of Magic Mint #A8EACC
Tints of Magic Mint #A8EACC
RGB
CMYK
RGB Variations
Color information
#A8EACC (or 0xA8EACC) is known color: Magic Mint. HEX triplet: A8, EA and CC. RGB value is (168,234,204). Sum of RGB (Red+Green+Blue) = 168+234+204=606 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.72% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EACC is #571533. Grayscale: #D2D2D2. Windows color (decimal): -5707060 or 13429416. OLE color: 13429416.
HSL color Cylindrical-coordinate representation of color #A8EACC: hue angle of 152.73º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EACC is Cyan = 0.28, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 168 | 234 | 204 | - |
| CMYK | 0.28 | 0 | 0.13 | 0.08 |
| HSL | 152.73º | 0.61% | 0.79% | - |
| HSV(B) | 152.73º | 0.28% | 0.92% | - |
| XYZ | 56.47 | 71.53 | 67.96 | - |
| YUV | 210.85 | 124.13 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 234 | 204 | 0.28 | 0 | 0.13 | 0.08 | 152.73 | 0.61 | 0.79 |
| Hex | A8 | EA | CC | 1C | 0 | D | 8 | 99 | 3D | 4F |
| Octal | 250 | 352 | 314 | 34 | 0 | 15 | 10 | 231 | 75 | 117 |
| Binary | 10101000 | 11101010 | 11001100 | 11100 | 0 | 1101 | 1000 | 10011001 | 111101 | 1001111 |
Color Harmonies of #A8EACC
Complementary color
Monochromatic Colors of #A8EACC
Black with #A8EACC
Text Example
Text Example
White with #A8EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EACC; }
p { color: rgb(168,234,204); }
H1.HeaderClassName
{
color: #A8EACC;
}
.AnyTagClassName
{
color: #A8EACC;
}
</style>
background-color css
<style>
a { background-color: #A8EACC; }
a { background-color: rgb(168,234,204); }
div.DivClassName
{
background-color: #A8EACC;
}
.BgClassName
{
background-color: #A8EACC;
}
</style>
border-color css
<style>
span { border-color: #A8EACC; }
span { border-color: rgb(168,234,204); }
td.TdClassName
{
border-color: #A8EACC;
}
.TagClassName
{
border-color: #A8EACC;
}
</style>