Shades of Magic Mint #A5ECC4
Tints of Magic Mint #A5ECC4
RGB
CMYK
RGB Variations
Color information
#A5ECC4 (or 0xA5ECC4) is known color: Magic Mint. HEX triplet: A5, EC and C4. RGB value is (165,236,196). Sum of RGB (Red+Green+Blue) = 165+236+196=597 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.64% from 597); Green value is 236 (92.58% from 255 or 39.53% from 597); Blue value is 196 (76.95% from 255 or 32.83% from 597); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECC4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECC4 is #5A133B. Grayscale: #D2D2D2. Windows color (decimal): -5903164 or 12905637. OLE color: 12905637.
HSL color Cylindrical-coordinate representation of color #A5ECC4: hue angle of 146.2º degrees, saturation: 0.65, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A5ECC4 is Cyan = 0.30, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 196 | - |
| CMYK | 0.30 | 0 | 0.17 | 0.07 |
| HSL | 146.2º | 0.65% | 0.79% | - |
| HSV(B) | 146.2º | 0.3% | 0.93% | - |
| XYZ | 55.48 | 71.98 | 63.19 | - |
| YUV | 210.21 | 119.98 | 95.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 196 | 0.30 | 0 | 0.17 | 0.07 | 146.2 | 0.65 | 0.79 |
| Hex | A5 | EC | C4 | 1E | 0 | 11 | 7 | 92 | 41 | 4F |
| Octal | 245 | 354 | 304 | 36 | 0 | 21 | 7 | 222 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11000100 | 11110 | 0 | 10001 | 111 | 10010010 | 1000001 | 1001111 |
Color Harmonies of #A5ECC4
Complementary color
Monochromatic Colors of #A5ECC4
Black with #A5ECC4
Text Example
Text Example
White with #A5ECC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECC4; }
p { color: rgb(165,236,196); }
H1.HeaderClassName
{
color: #A5ECC4;
}
.AnyTagClassName
{
color: #A5ECC4;
}
</style>
background-color css
<style>
a { background-color: #A5ECC4; }
a { background-color: rgb(165,236,196); }
div.DivClassName
{
background-color: #A5ECC4;
}
.BgClassName
{
background-color: #A5ECC4;
}
</style>
border-color css
<style>
span { border-color: #A5ECC4; }
span { border-color: rgb(165,236,196); }
td.TdClassName
{
border-color: #A5ECC4;
}
.TagClassName
{
border-color: #A5ECC4;
}
</style>