Shades of Magic Mint #A8EDCC
Tints of Magic Mint #A8EDCC
RGB
CMYK
RGB Variations
Color information
#A8EDCC (or 0xA8EDCC) is known color: Magic Mint. HEX triplet: A8, ED and CC. RGB value is (168,237,204). Sum of RGB (Red+Green+Blue) = 168+237+204=609 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.59% from 609); Green value is 237 (92.97% from 255 or 38.92% from 609); Blue value is 204 (80.08% from 255 or 33.50% from 609); Max value from RGB is 237 - color contains mainly: green. Hex color #A8EDCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EDCC is #571233. Grayscale: #D4D4D4. Windows color (decimal): -5706292 or 13430184. OLE color: 13430184.
HSL color Cylindrical-coordinate representation of color #A8EDCC: hue angle of 151.3º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EDCC is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 237 | 204 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.07 |
| HSL | 151.3º | 0.66% | 0.79% | - |
| HSV(B) | 151.3º | 0.29% | 0.93% | - |
| XYZ | 57.33 | 73.25 | 68.24 | - |
| YUV | 212.61 | 123.14 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 237 | 204 | 0.29 | 0 | 0.14 | 0.07 | 151.3 | 0.66 | 0.79 |
| Hex | A8 | ED | CC | 1D | 0 | E | 7 | 97 | 42 | 4F |
| Octal | 250 | 355 | 314 | 35 | 0 | 16 | 7 | 227 | 102 | 117 |
| Binary | 10101000 | 11101101 | 11001100 | 11101 | 0 | 1110 | 111 | 10010111 | 1000010 | 1001111 |
Color Harmonies of #A8EDCC
Complementary color
Monochromatic Colors of #A8EDCC
Black with #A8EDCC
Text Example
Text Example
White with #A8EDCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8EDCC; }
p { color: rgb(168,237,204); }
H1.HeaderClassName
{
color: #A8EDCC;
}
.AnyTagClassName
{
color: #A8EDCC;
}
</style>
background-color css
<style>
a { background-color: #A8EDCC; }
a { background-color: rgb(168,237,204); }
div.DivClassName
{
background-color: #A8EDCC;
}
.BgClassName
{
background-color: #A8EDCC;
}
</style>
border-color css
<style>
span { border-color: #A8EDCC; }
span { border-color: rgb(168,237,204); }
td.TdClassName
{
border-color: #A8EDCC;
}
.TagClassName
{
border-color: #A8EDCC;
}
</style>