Shades of Magic Mint #A5F4D6
Tints of Magic Mint #A5F4D6
RGB
CMYK
RGB Variations
Color information
#A5F4D6 (or 0xA5F4D6) is known color: Magic Mint. HEX triplet: A5, F4 and D6. RGB value is (165,244,214). Sum of RGB (Red+Green+Blue) = 165+244+214=623 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.48% from 623); Green value is 244 (95.70% from 255 or 39.17% from 623); Blue value is 214 (83.98% from 255 or 34.35% from 623); Max value from RGB is 244 - color contains mainly: green. Hex color #A5F4D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F4D6 is #5A0B29. Grayscale: #D8D8D8. Windows color (decimal): -5901098 or 14087333. OLE color: 14087333.
HSL color Cylindrical-coordinate representation of color #A5F4D6: hue angle of 157.22º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F4D6 is Cyan = 0.32, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 165 | 244 | 214 | - |
| CMYK | 0.32 | 0 | 0.12 | 0.04 |
| HSL | 157.22º | 0.78% | 0.8% | - |
| HSV(B) | 157.22º | 0.32% | 0.96% | - |
| XYZ | 60.01 | 77.56 | 75.43 | - |
| YUV | 216.96 | 126.33 | 90.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 244 | 214 | 0.32 | 0 | 0.12 | 0.04 | 157.22 | 0.78 | 0.8 |
| Hex | A5 | F4 | D6 | 20 | 0 | C | 4 | 9D | 4E | 50 |
| Octal | 245 | 364 | 326 | 40 | 0 | 14 | 4 | 235 | 116 | 120 |
| Binary | 10100101 | 11110100 | 11010110 | 100000 | 0 | 1100 | 100 | 10011101 | 1001110 | 1010000 |
Color Harmonies of #A5F4D6
Complementary color
Monochromatic Colors of #A5F4D6
Black with #A5F4D6
Text Example
Text Example
White with #A5F4D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F4D6; }
p { color: rgb(165,244,214); }
H1.HeaderClassName
{
color: #A5F4D6;
}
.AnyTagClassName
{
color: #A5F4D6;
}
</style>
background-color css
<style>
a { background-color: #A5F4D6; }
a { background-color: rgb(165,244,214); }
div.DivClassName
{
background-color: #A5F4D6;
}
.BgClassName
{
background-color: #A5F4D6;
}
</style>
border-color css
<style>
span { border-color: #A5F4D6; }
span { border-color: rgb(165,244,214); }
td.TdClassName
{
border-color: #A5F4D6;
}
.TagClassName
{
border-color: #A5F4D6;
}
</style>