Shades of Magic Mint #A5E6C4
Tints of Magic Mint #A5E6C4
RGB
CMYK
RGB Variations
Color information
#A5E6C4 (or 0xA5E6C4) is known color: Magic Mint. HEX triplet: A5, E6 and C4. RGB value is (165,230,196). Sum of RGB (Red+Green+Blue) = 165+230+196=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 230 (90.23% from 255 or 38.92% from 591); Blue value is 196 (76.95% from 255 or 33.16% from 591); Max value from RGB is 230 - color contains mainly: green. Hex color #A5E6C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5E6C4 is #5A193B. Grayscale: #CECECE. Windows color (decimal): -5904700 or 12904101. OLE color: 12904101.
HSL color Cylindrical-coordinate representation of color #A5E6C4: hue angle of 148.62º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A5E6C4 is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 165 | 230 | 196 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.10 |
| HSL | 148.62º | 0.57% | 0.77% | - |
| HSV(B) | 148.62º | 0.28% | 0.9% | - |
| XYZ | 53.78 | 68.58 | 62.63 | - |
| YUV | 206.69 | 121.97 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 230 | 196 | 0.28 | 0 | 0.15 | 0.10 | 148.62 | 0.57 | 0.77 |
| Hex | A5 | E6 | C4 | 1C | 0 | F | A | 95 | 39 | 4D |
| Octal | 245 | 346 | 304 | 34 | 0 | 17 | 12 | 225 | 71 | 115 |
| Binary | 10100101 | 11100110 | 11000100 | 11100 | 0 | 1111 | 1010 | 10010101 | 111001 | 1001101 |
Color Harmonies of #A5E6C4
Complementary color
Monochromatic Colors of #A5E6C4
Black with #A5E6C4
Text Example
Text Example
White with #A5E6C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E6C4; }
p { color: rgb(165,230,196); }
H1.HeaderClassName
{
color: #A5E6C4;
}
.AnyTagClassName
{
color: #A5E6C4;
}
</style>
background-color css
<style>
a { background-color: #A5E6C4; }
a { background-color: rgb(165,230,196); }
div.DivClassName
{
background-color: #A5E6C4;
}
.BgClassName
{
background-color: #A5E6C4;
}
</style>
border-color css
<style>
span { border-color: #A5E6C4; }
span { border-color: rgb(165,230,196); }
td.TdClassName
{
border-color: #A5E6C4;
}
.TagClassName
{
border-color: #A5E6C4;
}
</style>