Shades of Magic Mint #A5FECF
Tints of Magic Mint #A5FECF
RGB
CMYK
RGB Variations
Color information
#A5FECF (or 0xA5FECF) is known color: Magic Mint. HEX triplet: A5, FE and CF. RGB value is (165,254,207). Sum of RGB (Red+Green+Blue) = 165+254+207=626 (82% of max value = 765). Red value is 165 (64.84% from 255 or 26.36% from 626); Green value is 254 (99.61% from 255 or 40.58% from 626); Blue value is 207 (81.25% from 255 or 33.07% from 626); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FECF is #5A0130. Grayscale: #DEDEDE. Windows color (decimal): -5898545 or 13631141. OLE color: 13631141.
HSL color Cylindrical-coordinate representation of color #A5FECF: hue angle of 148.31º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FECF is Cyan = 0.35, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 254 | 207 | - |
| CMYK | 0.35 | 0 | 0.19 | 0.00 |
| HSL | 148.31º | 0.98% | 0.82% | - |
| HSV(B) | 148.31º | 0.35% | 1% | - |
| XYZ | 62.22 | 83.39 | 71.85 | - |
| YUV | 222.03 | 119.51 | 87.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 254 | 207 | 0.35 | 0 | 0.19 | 0.00 | 148.31 | 0.98 | 0.82 |
| Hex | A5 | FE | CF | 23 | 0 | 13 | 0 | 94 | 62 | 52 |
| Octal | 245 | 376 | 317 | 43 | 0 | 23 | 0 | 224 | 142 | 122 |
| Binary | 10100101 | 11111110 | 11001111 | 100011 | 0 | 10011 | 0 | 10010100 | 1100010 | 1010010 |
Color Harmonies of #A5FECF
Complementary color
Monochromatic Colors of #A5FECF
Black with #A5FECF
Text Example
Text Example
White with #A5FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FECF; }
p { color: rgb(165,254,207); }
H1.HeaderClassName
{
color: #A5FECF;
}
.AnyTagClassName
{
color: #A5FECF;
}
</style>
background-color css
<style>
a { background-color: #A5FECF; }
a { background-color: rgb(165,254,207); }
div.DivClassName
{
background-color: #A5FECF;
}
.BgClassName
{
background-color: #A5FECF;
}
</style>
border-color css
<style>
span { border-color: #A5FECF; }
span { border-color: rgb(165,254,207); }
td.TdClassName
{
border-color: #A5FECF;
}
.TagClassName
{
border-color: #A5FECF;
}
</style>