Shades of Magic Mint #A5E9C6
Tints of Magic Mint #A5E9C6
RGB
CMYK
RGB Variations
Color information
#A5E9C6 (or 0xA5E9C6) is known color: Magic Mint. HEX triplet: A5, E9 and C6. RGB value is (165,233,198). Sum of RGB (Red+Green+Blue) = 165+233+198=596 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.68% from 596); Green value is 233 (91.41% from 255 or 39.09% from 596); Blue value is 198 (77.73% from 255 or 33.22% from 596); Max value from RGB is 233 - color contains mainly: green. Hex color #A5E9C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E9C6 is #5A1639. Grayscale: #D0D0D0. Windows color (decimal): -5903930 or 13035941. OLE color: 13035941.
HSL color Cylindrical-coordinate representation of color #A5E9C6: hue angle of 149.12º degrees, saturation: 0.61, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A5E9C6 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 165 | 233 | 198 | - |
| CMYK | 0.29 | 0 | 0.15 | 0.09 |
| HSL | 149.12º | 0.61% | 0.78% | - |
| HSV(B) | 149.12º | 0.29% | 0.91% | - |
| XYZ | 54.85 | 70.35 | 64.11 | - |
| YUV | 208.68 | 121.97 | 96.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 233 | 198 | 0.29 | 0 | 0.15 | 0.09 | 149.12 | 0.61 | 0.78 |
| Hex | A5 | E9 | C6 | 1D | 0 | F | 9 | 95 | 3D | 4E |
| Octal | 245 | 351 | 306 | 35 | 0 | 17 | 11 | 225 | 75 | 116 |
| Binary | 10100101 | 11101001 | 11000110 | 11101 | 0 | 1111 | 1001 | 10010101 | 111101 | 1001110 |
Color Harmonies of #A5E9C6
Complementary color
Monochromatic Colors of #A5E9C6
Black with #A5E9C6
Text Example
Text Example
White with #A5E9C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E9C6; }
p { color: rgb(165,233,198); }
H1.HeaderClassName
{
color: #A5E9C6;
}
.AnyTagClassName
{
color: #A5E9C6;
}
</style>
background-color css
<style>
a { background-color: #A5E9C6; }
a { background-color: rgb(165,233,198); }
div.DivClassName
{
background-color: #A5E9C6;
}
.BgClassName
{
background-color: #A5E9C6;
}
</style>
border-color css
<style>
span { border-color: #A5E9C6; }
span { border-color: rgb(165,233,198); }
td.TdClassName
{
border-color: #A5E9C6;
}
.TagClassName
{
border-color: #A5E9C6;
}
</style>