Shades of Magic Mint #A5FBD7
Tints of Magic Mint #A5FBD7
RGB
CMYK
RGB Variations
Color information
#A5FBD7 (or 0xA5FBD7) is known color: Magic Mint. HEX triplet: A5, FB and D7. RGB value is (165,251,215). Sum of RGB (Red+Green+Blue) = 165+251+215=631 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.15% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 215 (84.38% from 255 or 34.07% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBD7 is #5A0428. Grayscale: #DDDDDD. Windows color (decimal): -5899305 or 14154661. OLE color: 14154661.
HSL color Cylindrical-coordinate representation of color #A5FBD7: hue angle of 154.88º 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 #A5FBD7 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 215 | - |
| CMYK | 0.34 | 0 | 0.14 | 0.02 |
| HSL | 154.88º | 0.91% | 0.82% | - |
| HSV(B) | 154.88º | 0.34% | 0.98% | - |
| XYZ | 62.28 | 81.9 | 76.82 | - |
| YUV | 221.18 | 124.51 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 215 | 0.34 | 0 | 0.14 | 0.02 | 154.88 | 0.91 | 0.82 |
| Hex | A5 | FB | D7 | 22 | 0 | E | 2 | 9B | 5B | 52 |
| Octal | 245 | 373 | 327 | 42 | 0 | 16 | 2 | 233 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11010111 | 100010 | 0 | 1110 | 10 | 10011011 | 1011011 | 1010010 |
Color Harmonies of #A5FBD7
Complementary color
Monochromatic Colors of #A5FBD7
Black with #A5FBD7
Text Example
Text Example
White with #A5FBD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBD7; }
p { color: rgb(165,251,215); }
H1.HeaderClassName
{
color: #A5FBD7;
}
.AnyTagClassName
{
color: #A5FBD7;
}
</style>
background-color css
<style>
a { background-color: #A5FBD7; }
a { background-color: rgb(165,251,215); }
div.DivClassName
{
background-color: #A5FBD7;
}
.BgClassName
{
background-color: #A5FBD7;
}
</style>
border-color css
<style>
span { border-color: #A5FBD7; }
span { border-color: rgb(165,251,215); }
td.TdClassName
{
border-color: #A5FBD7;
}
.TagClassName
{
border-color: #A5FBD7;
}
</style>