Shades of Magic Mint #A5FBCC
Tints of Magic Mint #A5FBCC
RGB
CMYK
RGB Variations
Color information
#A5FBCC (or 0xA5FBCC) is known color: Magic Mint. HEX triplet: A5, FB and CC. RGB value is (165,251,204). Sum of RGB (Red+Green+Blue) = 165+251+204=620 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.61% from 620); Green value is 251 (98.44% from 255 or 40.48% from 620); Blue value is 204 (80.08% from 255 or 32.90% from 620); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FBCC is #5A0433. Grayscale: #DCDCDC. Windows color (decimal): -5899316 or 13433765. OLE color: 13433765.
HSL color Cylindrical-coordinate representation of color #A5FBCC: hue angle of 147.21º 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 #A5FBCC is Cyan = 0.34, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 251 | 204 | - |
| CMYK | 0.34 | 0 | 0.19 | 0.02 |
| HSL | 147.21º | 0.91% | 0.82% | - |
| HSV(B) | 147.21º | 0.34% | 0.98% | - |
| XYZ | 60.91 | 81.35 | 69.62 | - |
| YUV | 219.93 | 119.01 | 88.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 251 | 204 | 0.34 | 0 | 0.19 | 0.02 | 147.21 | 0.91 | 0.82 |
| Hex | A5 | FB | CC | 22 | 0 | 13 | 2 | 93 | 5B | 52 |
| Octal | 245 | 373 | 314 | 42 | 0 | 23 | 2 | 223 | 133 | 122 |
| Binary | 10100101 | 11111011 | 11001100 | 100010 | 0 | 10011 | 10 | 10010011 | 1011011 | 1010010 |
Color Harmonies of #A5FBCC
Complementary color
Monochromatic Colors of #A5FBCC
Black with #A5FBCC
Text Example
Text Example
White with #A5FBCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FBCC; }
p { color: rgb(165,251,204); }
H1.HeaderClassName
{
color: #A5FBCC;
}
.AnyTagClassName
{
color: #A5FBCC;
}
</style>
background-color css
<style>
a { background-color: #A5FBCC; }
a { background-color: rgb(165,251,204); }
div.DivClassName
{
background-color: #A5FBCC;
}
.BgClassName
{
background-color: #A5FBCC;
}
</style>
border-color css
<style>
span { border-color: #A5FBCC; }
span { border-color: rgb(165,251,204); }
td.TdClassName
{
border-color: #A5FBCC;
}
.TagClassName
{
border-color: #A5FBCC;
}
</style>