Shades of Magic Mint #A5EAC4
Tints of Magic Mint #A5EAC4
RGB
CMYK
RGB Variations
Color information
#A5EAC4 (or 0xA5EAC4) is known color: Magic Mint. HEX triplet: A5, EA and C4. RGB value is (165,234,196). Sum of RGB (Red+Green+Blue) = 165+234+196=595 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.73% from 595); Green value is 234 (91.80% from 255 or 39.33% from 595); Blue value is 196 (76.95% from 255 or 32.94% from 595); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EAC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EAC4 is #5A153B. Grayscale: #D1D1D1. Windows color (decimal): -5903676 or 12905125. OLE color: 12905125.
HSL color Cylindrical-coordinate representation of color #A5EAC4: hue angle of 146.96º 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 #A5EAC4 is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 196 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.08 |
| HSL | 146.96º | 0.62% | 0.78% | - |
| HSV(B) | 146.96º | 0.29% | 0.92% | - |
| XYZ | 54.9 | 70.83 | 63 | - |
| YUV | 209.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 196 | 0.29 | 0 | 0.16 | 0.08 | 146.96 | 0.62 | 0.78 |
| Hex | A5 | EA | C4 | 1D | 0 | 10 | 8 | 93 | 3E | 4E |
| Octal | 245 | 352 | 304 | 35 | 0 | 20 | 10 | 223 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11000100 | 11101 | 0 | 10000 | 1000 | 10010011 | 111110 | 1001110 |
Color Harmonies of #A5EAC4
Complementary color
Monochromatic Colors of #A5EAC4
Black with #A5EAC4
Text Example
Text Example
White with #A5EAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EAC4; }
p { color: rgb(165,234,196); }
H1.HeaderClassName
{
color: #A5EAC4;
}
.AnyTagClassName
{
color: #A5EAC4;
}
</style>
background-color css
<style>
a { background-color: #A5EAC4; }
a { background-color: rgb(165,234,196); }
div.DivClassName
{
background-color: #A5EAC4;
}
.BgClassName
{
background-color: #A5EAC4;
}
</style>
border-color css
<style>
span { border-color: #A5EAC4; }
span { border-color: rgb(165,234,196); }
td.TdClassName
{
border-color: #A5EAC4;
}
.TagClassName
{
border-color: #A5EAC4;
}
</style>