Shades of Magic Mint #A8EECC
Tints of Magic Mint #A8EECC
RGB
CMYK
RGB Variations
Color information
#A8EECC (or 0xA8EECC) is known color: Magic Mint. HEX triplet: A8, EE and CC. RGB value is (168,238,204). Sum of RGB (Red+Green+Blue) = 168+238+204=610 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.54% from 610); Green value is 238 (93.36% from 255 or 39.02% from 610); Blue value is 204 (80.08% from 255 or 33.44% from 610); Max value from RGB is 238 - color contains mainly: green. Hex color #A8EECC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EECC is #571133. Grayscale: #D5D5D5. Windows color (decimal): -5706036 or 13430440. OLE color: 13430440.
HSL color Cylindrical-coordinate representation of color #A8EECC: hue angle of 150.86º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EECC is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 238 | 204 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.07 |
| HSL | 150.86º | 0.67% | 0.8% | - |
| HSV(B) | 150.86º | 0.29% | 0.93% | - |
| XYZ | 57.62 | 73.83 | 68.34 | - |
| YUV | 213.19 | 122.81 | 95.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 238 | 204 | 0.29 | 0 | 0.14 | 0.07 | 150.86 | 0.67 | 0.8 |
| Hex | A8 | EE | CC | 1D | 0 | E | 7 | 97 | 43 | 50 |
| Octal | 250 | 356 | 314 | 35 | 0 | 16 | 7 | 227 | 103 | 120 |
| Binary | 10101000 | 11101110 | 11001100 | 11101 | 0 | 1110 | 111 | 10010111 | 1000011 | 1010000 |
Color Harmonies of #A8EECC
Complementary color
Monochromatic Colors of #A8EECC
Black with #A8EECC
Text Example
Text Example
White with #A8EECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EECC; }
p { color: rgb(168,238,204); }
H1.HeaderClassName
{
color: #A8EECC;
}
.AnyTagClassName
{
color: #A8EECC;
}
</style>
background-color css
<style>
a { background-color: #A8EECC; }
a { background-color: rgb(168,238,204); }
div.DivClassName
{
background-color: #A8EECC;
}
.BgClassName
{
background-color: #A8EECC;
}
</style>
border-color css
<style>
span { border-color: #A8EECC; }
span { border-color: rgb(168,238,204); }
td.TdClassName
{
border-color: #A8EECC;
}
.TagClassName
{
border-color: #A8EECC;
}
</style>