Shades of Magic Mint #A5EACF
Tints of Magic Mint #A5EACF
RGB
CMYK
RGB Variations
Color information
#A5EACF (or 0xA5EACF) is known color: Magic Mint. HEX triplet: A5, EA and CF. RGB value is (165,234,207). Sum of RGB (Red+Green+Blue) = 165+234+207=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 234 (91.80% from 255 or 38.61% from 606); Blue value is 207 (81.25% from 255 or 34.16% from 606); Max value from RGB is 234 - color contains mainly: green. Hex color #A5EACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5EACF is #5A1530. Grayscale: #D2D2D2. Windows color (decimal): -5903665 or 13626021. OLE color: 13626021.
HSL color Cylindrical-coordinate representation of color #A5EACF: hue angle of 156.52º 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 #A5EACF is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 165 | 234 | 207 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.08 |
| HSL | 156.52º | 0.62% | 0.78% | - |
| HSV(B) | 156.52º | 0.29% | 0.92% | - |
| XYZ | 56.2 | 71.35 | 69.84 | - |
| YUV | 210.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 234 | 207 | 0.29 | 0 | 0.12 | 0.08 | 156.52 | 0.62 | 0.78 |
| Hex | A5 | EA | CF | 1D | 0 | C | 8 | 9D | 3E | 4E |
| Octal | 245 | 352 | 317 | 35 | 0 | 14 | 10 | 235 | 76 | 116 |
| Binary | 10100101 | 11101010 | 11001111 | 11101 | 0 | 1100 | 1000 | 10011101 | 111110 | 1001110 |
Color Harmonies of #A5EACF
Complementary color
Monochromatic Colors of #A5EACF
Black with #A5EACF
Text Example
Text Example
White with #A5EACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5EACF; }
p { color: rgb(165,234,207); }
H1.HeaderClassName
{
color: #A5EACF;
}
.AnyTagClassName
{
color: #A5EACF;
}
</style>
background-color css
<style>
a { background-color: #A5EACF; }
a { background-color: rgb(165,234,207); }
div.DivClassName
{
background-color: #A5EACF;
}
.BgClassName
{
background-color: #A5EACF;
}
</style>
border-color css
<style>
span { border-color: #A5EACF; }
span { border-color: rgb(165,234,207); }
td.TdClassName
{
border-color: #A5EACF;
}
.TagClassName
{
border-color: #A5EACF;
}
</style>