Shades of Magic Mint #A5FFCC
Tints of Magic Mint #A5FFCC
RGB
CMYK
RGB Variations
Color information
#A5FFCC (or 0xA5FFCC) is known color: Magic Mint. HEX triplet: A5, FF and CC. RGB value is (165,255,204). Sum of RGB (Red+Green+Blue) = 165+255+204=624 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.44% from 624); Green value is 255 (100% from 255 or 40.87% from 624); Blue value is 204 (80.08% from 255 or 32.69% from 624); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFCC is #5A0033. Grayscale: #DEDEDE. Windows color (decimal): -5898292 or 13434789. OLE color: 13434789.
HSL color Cylindrical-coordinate representation of color #A5FFCC: hue angle of 146º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFCC is Cyan = 0.35, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 204 | - |
| CMYK | 0.35 | 0 | 0.2 | 0 |
| HSL | 146º | 1% | 0.82% | - |
| HSV(B) | 146º | 0.35% | 1% | - |
| XYZ | 62.18 | 83.88 | 70.04 | - |
| YUV | 222.28 | 117.68 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 204 | 0.35 | 0 | 0.2 | 0 | 146 | 1 | 0.82 |
| Hex | A5 | FF | CC | 23 | 0 | 14 | 0 | 92 | 64 | 52 |
| Octal | 245 | 377 | 314 | 43 | 0 | 24 | 0 | 222 | 144 | 122 |
| Binary | 10100101 | 11111111 | 11001100 | 100011 | 0 | 10100 | 0 | 10010010 | 1100100 | 1010010 |
Color Harmonies of #A5FFCC
Complementary color
Monochromatic Colors of #A5FFCC
Black with #A5FFCC
Text Example
Text Example
White with #A5FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFCC; }
p { color: rgb(165,255,204); }
H1.HeaderClassName
{
color: #A5FFCC;
}
.AnyTagClassName
{
color: #A5FFCC;
}
</style>
background-color css
<style>
a { background-color: #A5FFCC; }
a { background-color: rgb(165,255,204); }
div.DivClassName
{
background-color: #A5FFCC;
}
.BgClassName
{
background-color: #A5FFCC;
}
</style>
border-color css
<style>
span { border-color: #A5FFCC; }
span { border-color: rgb(165,255,204); }
td.TdClassName
{
border-color: #A5FFCC;
}
.TagClassName
{
border-color: #A5FFCC;
}
</style>