Shades of Magic Mint #A5EAC3
Tints of Magic Mint #A5EAC3
RGB
CMYK
RGB Variations
Color information
#A5EAC3 (or 0xA5EAC3) is known color: Magic Mint. HEX triplet: A5, EA and C3. RGB value is (165,234,195). Sum of RGB (Red+Green+Blue) = 165+234+195=594 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.78% from 594); Green value is 234 (91.80% from 255 or 39.39% from 594); Blue value is 195 (76.56% from 255 or 32.83% from 594); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAC3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAC3 is #5A153C. Grayscale: #D1D1D1. Windows color (decimal): -5903677 or 12839589. OLE color: 12839589.
HSL color Cylindrical-coordinate representation of color #A5EAC3: hue angle of 146.09º 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 #A5EAC3 is Cyan = 0.29, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 195 | - |
| CMYK | 0.29 | 0 | 0.17 | 0.08 |
| HSL | 146.09º | 0.62% | 0.78% | - |
| HSV(B) | 146.09º | 0.29% | 0.92% | - |
| XYZ | 54.79 | 70.79 | 62.4 | - |
| YUV | 208.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 195 | 0.29 | 0 | 0.17 | 0.08 | 146.09 | 0.62 | 0.78 |
| Hex | A5 | EA | C3 | 1D | 0 | 11 | 8 | 92 | 3E | 4E |
| Octal | 245 | 352 | 303 | 35 | 0 | 21 | 10 | 222 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11000011 | 11101 | 0 | 10001 | 1000 | 10010010 | 111110 | 1001110 |
Color Harmonies of #A5EAC3
Complementary color
Monochromatic Colors of #A5EAC3
Black with #A5EAC3
Text Example
Text Example
White with #A5EAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAC3; }
p { color: rgb(165,234,195); }
H1.HeaderClassName
{
color: #A5EAC3;
}
.AnyTagClassName
{
color: #A5EAC3;
}
</style>
background-color css
<style>
a { background-color: #A5EAC3; }
a { background-color: rgb(165,234,195); }
div.DivClassName
{
background-color: #A5EAC3;
}
.BgClassName
{
background-color: #A5EAC3;
}
</style>
border-color css
<style>
span { border-color: #A5EAC3; }
span { border-color: rgb(165,234,195); }
td.TdClassName
{
border-color: #A5EAC3;
}
.TagClassName
{
border-color: #A5EAC3;
}
</style>