Shades of Magic Mint #A5EACC
Tints of Magic Mint #A5EACC
RGB
CMYK
RGB Variations
Color information
#A5EACC (or 0xA5EACC) is known color: Magic Mint. HEX triplet: A5, EA and CC. RGB value is (165,234,204). Sum of RGB (Red+Green+Blue) = 165+234+204=603 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.36% from 603); Green value is 234 (91.80% from 255 or 38.81% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EACC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EACC is #5A1533. Grayscale: #D2D2D2. Windows color (decimal): -5903668 or 13429413. OLE color: 13429413.
HSL color Cylindrical-coordinate representation of color #A5EACC: hue angle of 153.91º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5EACC is Cyan = 0.29, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 204 | - |
| CMYK | 0.29 | 0 | 0.13 | 0.08 |
| HSL | 153.91º | 0.62% | 0.78% | - |
| HSV(B) | 153.91º | 0.29% | 0.92% | - |
| XYZ | 55.84 | 71.2 | 67.93 | - |
| YUV | 209.95 | 124.64 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 204 | 0.29 | 0 | 0.13 | 0.08 | 153.91 | 0.62 | 0.78 |
| Hex | A5 | EA | CC | 1D | 0 | D | 8 | 9A | 3E | 4E |
| Octal | 245 | 352 | 314 | 35 | 0 | 15 | 10 | 232 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11001100 | 11101 | 0 | 1101 | 1000 | 10011010 | 111110 | 1001110 |
Color Harmonies of #A5EACC
Complementary color
Monochromatic Colors of #A5EACC
Black with #A5EACC
Text Example
Text Example
White with #A5EACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EACC; }
p { color: rgb(165,234,204); }
H1.HeaderClassName
{
color: #A5EACC;
}
.AnyTagClassName
{
color: #A5EACC;
}
</style>
background-color css
<style>
a { background-color: #A5EACC; }
a { background-color: rgb(165,234,204); }
div.DivClassName
{
background-color: #A5EACC;
}
.BgClassName
{
background-color: #A5EACC;
}
</style>
border-color css
<style>
span { border-color: #A5EACC; }
span { border-color: rgb(165,234,204); }
td.TdClassName
{
border-color: #A5EACC;
}
.TagClassName
{
border-color: #A5EACC;
}
</style>