Shades of Magic Mint #A5FCDB
Tints of Magic Mint #A5FCDB
RGB
CMYK
RGB Variations
Color information
#A5FCDB (or 0xA5FCDB) is known color: Magic Mint. HEX triplet: A5, FC and DB. RGB value is (165,252,219). Sum of RGB (Red+Green+Blue) = 165+252+219=636 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.94% from 636); Green value is 252 (98.83% from 255 or 39.62% from 636); Blue value is 219 (85.94% from 255 or 34.43% from 636); Max value from RGB is 252 - color contains mainly: green. Hex color #A5FCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FCDB is #5A0324. Grayscale: #DEDEDE. Windows color (decimal): -5899045 or 14417061. OLE color: 14417061.
HSL color Cylindrical-coordinate representation of color #A5FCDB: hue angle of 157.24º 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 #A5FCDB is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 252 | 219 | - |
| CMYK | 0.35 | 0 | 0.13 | 0.01 |
| HSL | 157.24º | 0.94% | 0.82% | - |
| HSV(B) | 157.24º | 0.35% | 0.99% | - |
| XYZ | 63.11 | 82.73 | 79.66 | - |
| YUV | 222.23 | 126.18 | 87.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 252 | 219 | 0.35 | 0 | 0.13 | 0.01 | 157.24 | 0.94 | 0.82 |
| Hex | A5 | FC | DB | 23 | 0 | D | 1 | 9D | 5E | 52 |
| Octal | 245 | 374 | 333 | 43 | 0 | 15 | 1 | 235 | 136 | 122 |
| Binary | 10100101 | 11111100 | 11011011 | 100011 | 0 | 1101 | 1 | 10011101 | 1011110 | 1010010 |
Color Harmonies of #A5FCDB
Complementary color
Monochromatic Colors of #A5FCDB
Black with #A5FCDB
Text Example
Text Example
White with #A5FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FCDB; }
p { color: rgb(165,252,219); }
H1.HeaderClassName
{
color: #A5FCDB;
}
.AnyTagClassName
{
color: #A5FCDB;
}
</style>
background-color css
<style>
a { background-color: #A5FCDB; }
a { background-color: rgb(165,252,219); }
div.DivClassName
{
background-color: #A5FCDB;
}
.BgClassName
{
background-color: #A5FCDB;
}
</style>
border-color css
<style>
span { border-color: #A5FCDB; }
span { border-color: rgb(165,252,219); }
td.TdClassName
{
border-color: #A5FCDB;
}
.TagClassName
{
border-color: #A5FCDB;
}
</style>