Shades of Magic Mint #A5F9C4
Tints of Magic Mint #A5F9C4
RGB
CMYK
RGB Variations
Color information
#A5F9C4 (or 0xA5F9C4) is known color: Magic Mint. HEX triplet: A5, F9 and C4. RGB value is (165,249,196). Sum of RGB (Red+Green+Blue) = 165+249+196=610 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.05% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #A5F9C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F9C4 is #5A063B. Grayscale: #D9D9D9. Windows color (decimal): -5899836 or 12908965. OLE color: 12908965.
HSL color Cylindrical-coordinate representation of color #A5F9C4: hue angle of 142.14º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9C4 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 249 | 196 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.02 |
| HSL | 142.14º | 0.88% | 0.81% | - |
| HSV(B) | 142.14º | 0.34% | 0.98% | - |
| XYZ | 59.36 | 79.74 | 64.49 | - |
| YUV | 217.84 | 115.67 | 90.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 249 | 196 | 0.34 | 0 | 0.21 | 0.02 | 142.14 | 0.88 | 0.81 |
| Hex | A5 | F9 | C4 | 22 | 0 | 15 | 2 | 8E | 58 | 51 |
| Octal | 245 | 371 | 304 | 42 | 0 | 25 | 2 | 216 | 130 | 121 |
| Binary | 10100101 | 11111001 | 11000100 | 100010 | 0 | 10101 | 10 | 10001110 | 1011000 | 1010001 |
Color Harmonies of #A5F9C4
Complementary color
Monochromatic Colors of #A5F9C4
Black with #A5F9C4
Text Example
Text Example
White with #A5F9C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F9C4; }
p { color: rgb(165,249,196); }
H1.HeaderClassName
{
color: #A5F9C4;
}
.AnyTagClassName
{
color: #A5F9C4;
}
</style>
background-color css
<style>
a { background-color: #A5F9C4; }
a { background-color: rgb(165,249,196); }
div.DivClassName
{
background-color: #A5F9C4;
}
.BgClassName
{
background-color: #A5F9C4;
}
</style>
border-color css
<style>
span { border-color: #A5F9C4; }
span { border-color: rgb(165,249,196); }
td.TdClassName
{
border-color: #A5F9C4;
}
.TagClassName
{
border-color: #A5F9C4;
}
</style>