Shades of Magic Mint #A5FBD4
Tints of Magic Mint #A5FBD4
RGB
CMYK
RGB Variations
Color information
#A5FBD4 (or 0xA5FBD4) is known color: Magic Mint. HEX triplet: A5, FB and D4. RGB value is (165,251,212). Sum of RGB (Red+Green+Blue) = 165+251+212=628 (83% of max value = 765). Red value is 165 (64.84% from 255 or 26.27% from 628); Green value is 251 (98.44% from 255 or 39.97% from 628); Blue value is 212 (83.20% from 255 or 33.76% from 628); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBD4 is #5A042B. Grayscale: #DCDCDC. Windows color (decimal): -5899308 or 13958053. OLE color: 13958053.
HSL color Cylindrical-coordinate representation of color #A5FBD4: hue angle of 152.79º 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 #A5FBD4 is Cyan = 0.34, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 212 | - |
| CMYK | 0.34 | 0 | 0.16 | 0.02 |
| HSL | 152.79º | 0.91% | 0.82% | - |
| HSV(B) | 152.79º | 0.34% | 0.98% | - |
| XYZ | 61.9 | 81.75 | 74.8 | - |
| YUV | 220.84 | 123.01 | 88.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 212 | 0.34 | 0 | 0.16 | 0.02 | 152.79 | 0.91 | 0.82 |
| Hex | A5 | FB | D4 | 22 | 0 | 10 | 2 | 99 | 5B | 52 |
| Octal | 245 | 373 | 324 | 42 | 0 | 20 | 2 | 231 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11010100 | 100010 | 0 | 10000 | 10 | 10011001 | 1011011 | 1010010 |
Color Harmonies of #A5FBD4
Complementary color
Monochromatic Colors of #A5FBD4
Black with #A5FBD4
Text Example
Text Example
White with #A5FBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBD4; }
p { color: rgb(165,251,212); }
H1.HeaderClassName
{
color: #A5FBD4;
}
.AnyTagClassName
{
color: #A5FBD4;
}
</style>
background-color css
<style>
a { background-color: #A5FBD4; }
a { background-color: rgb(165,251,212); }
div.DivClassName
{
background-color: #A5FBD4;
}
.BgClassName
{
background-color: #A5FBD4;
}
</style>
border-color css
<style>
span { border-color: #A5FBD4; }
span { border-color: rgb(165,251,212); }
td.TdClassName
{
border-color: #A5FBD4;
}
.TagClassName
{
border-color: #A5FBD4;
}
</style>