Shades of Magic Mint #A5ECCF
Tints of Magic Mint #A5ECCF
RGB
CMYK
RGB Variations
Color information
#A5ECCF (or 0xA5ECCF) is known color: Magic Mint. HEX triplet: A5, EC and CF. RGB value is (165,236,207). Sum of RGB (Red+Green+Blue) = 165+236+207=608 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.14% from 608); Green value is 236 (92.58% from 255 or 38.82% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 236 - color contains mainly: green. Hex color #A5ECCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5ECCF is #5A1330. Grayscale: #D3D3D3. Windows color (decimal): -5903153 or 13626533. OLE color: 13626533.
HSL color Cylindrical-coordinate representation of color #A5ECCF: hue angle of 155.49º 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 #A5ECCF is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 165 | 236 | 207 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.07 |
| HSL | 155.49º | 0.65% | 0.79% | - |
| HSV(B) | 155.49º | 0.3% | 0.93% | - |
| XYZ | 56.77 | 72.5 | 70.03 | - |
| YUV | 211.47 | 125.48 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 236 | 207 | 0.30 | 0 | 0.12 | 0.07 | 155.49 | 0.65 | 0.79 |
| Hex | A5 | EC | CF | 1E | 0 | C | 7 | 9B | 41 | 4F |
| Octal | 245 | 354 | 317 | 36 | 0 | 14 | 7 | 233 | 101 | 117 |
| Binary | 10100101 | 11101100 | 11001111 | 11110 | 0 | 1100 | 111 | 10011011 | 1000001 | 1001111 |
Color Harmonies of #A5ECCF
Complementary color
Monochromatic Colors of #A5ECCF
Black with #A5ECCF
Text Example
Text Example
White with #A5ECCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5ECCF; }
p { color: rgb(165,236,207); }
H1.HeaderClassName
{
color: #A5ECCF;
}
.AnyTagClassName
{
color: #A5ECCF;
}
</style>
background-color css
<style>
a { background-color: #A5ECCF; }
a { background-color: rgb(165,236,207); }
div.DivClassName
{
background-color: #A5ECCF;
}
.BgClassName
{
background-color: #A5ECCF;
}
</style>
border-color css
<style>
span { border-color: #A5ECCF; }
span { border-color: rgb(165,236,207); }
td.TdClassName
{
border-color: #A5ECCF;
}
.TagClassName
{
border-color: #A5ECCF;
}
</style>