Shades of Magic Mint #A5FBDF
Tints of Magic Mint #A5FBDF
RGB
CMYK
RGB Variations
Color information
#A5FBDF (or 0xA5FBDF) is known color: Magic Mint. HEX triplet: A5, FB and DF. RGB value is (165,251,223). Sum of RGB (Red+Green+Blue) = 165+251+223=639 (84% of max value = 765). Red value is 165 (64.84% from 255 or 25.82% from 639); Green value is 251 (98.44% from 255 or 39.28% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBDF is #5A0420. Grayscale: #DEDEDE. Windows color (decimal): -5899297 or 14678949. OLE color: 14678949.
HSL color Cylindrical-coordinate representation of color #A5FBDF: hue angle of 160.47º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5FBDF is Cyan = 0.34, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 223 | - |
| CMYK | 0.34 | 0 | 0.11 | 0.02 |
| HSL | 160.47º | 0.91% | 0.82% | - |
| HSV(B) | 160.47º | 0.34% | 0.98% | - |
| XYZ | 63.33 | 82.32 | 82.36 | - |
| YUV | 222.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 223 | 0.34 | 0 | 0.11 | 0.02 | 160.47 | 0.91 | 0.82 |
| Hex | A5 | FB | DF | 22 | 0 | B | 2 | A0 | 5B | 52 |
| Octal | 245 | 373 | 337 | 42 | 0 | 13 | 2 | 240 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11011111 | 100010 | 0 | 1011 | 10 | 10100000 | 1011011 | 1010010 |
Color Harmonies of #A5FBDF
Complementary color
Monochromatic Colors of #A5FBDF
Black with #A5FBDF
Text Example
Text Example
White with #A5FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBDF; }
p { color: rgb(165,251,223); }
H1.HeaderClassName
{
color: #A5FBDF;
}
.AnyTagClassName
{
color: #A5FBDF;
}
</style>
background-color css
<style>
a { background-color: #A5FBDF; }
a { background-color: rgb(165,251,223); }
div.DivClassName
{
background-color: #A5FBDF;
}
.BgClassName
{
background-color: #A5FBDF;
}
</style>
border-color css
<style>
span { border-color: #A5FBDF; }
span { border-color: rgb(165,251,223); }
td.TdClassName
{
border-color: #A5FBDF;
}
.TagClassName
{
border-color: #A5FBDF;
}
</style>