Shades of Magic Mint #A5FCDD
Tints of Magic Mint #A5FCDD
RGB
CMYK
RGB Variations
Color information
#A5FCDD (or 0xA5FCDD) is known color: Magic Mint. HEX triplet: A5, FC and DD. RGB value is (165,252,221). Sum of RGB (Red+Green+Blue) = 165+252+221=638 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.86% from 638); Green value is 252 (98.83% from 255 or 39.50% from 638); Blue value is 221 (86.72% from 255 or 34.64% from 638); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCDD is #5A0322. Grayscale: #DEDEDE. Windows color (decimal): -5899043 or 14548133. OLE color: 14548133.
HSL color Cylindrical-coordinate representation of color #A5FCDD: hue angle of 158.62º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FCDD is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 221 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.01 |
| HSL | 158.62º | 0.94% | 0.82% | - |
| HSV(B) | 158.62º | 0.35% | 0.99% | - |
| XYZ | 63.38 | 82.84 | 81.06 | - |
| YUV | 222.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 221 | 0.35 | 0 | 0.12 | 0.01 | 158.62 | 0.94 | 0.82 |
| Hex | A5 | FC | DD | 23 | 0 | C | 1 | 9F | 5E | 52 |
| Octal | 245 | 374 | 335 | 43 | 0 | 14 | 1 | 237 | 136 | 122 |
| Binary | 10100101 | 11111100 | 11011101 | 100011 | 0 | 1100 | 1 | 10011111 | 1011110 | 1010010 |
Color Harmonies of #A5FCDD
Complementary color
Monochromatic Colors of #A5FCDD
Black with #A5FCDD
Text Example
Text Example
White with #A5FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FCDD; }
p { color: rgb(165,252,221); }
H1.HeaderClassName
{
color: #A5FCDD;
}
.AnyTagClassName
{
color: #A5FCDD;
}
</style>
background-color css
<style>
a { background-color: #A5FCDD; }
a { background-color: rgb(165,252,221); }
div.DivClassName
{
background-color: #A5FCDD;
}
.BgClassName
{
background-color: #A5FCDD;
}
</style>
border-color css
<style>
span { border-color: #A5FCDD; }
span { border-color: rgb(165,252,221); }
td.TdClassName
{
border-color: #A5FCDD;
}
.TagClassName
{
border-color: #A5FCDD;
}
</style>