Shades of Magic Mint #A5F2CF
Tints of Magic Mint #A5F2CF
RGB
CMYK
RGB Variations
Color information
#A5F2CF (or 0xA5F2CF) is known color: Magic Mint. HEX triplet: A5, F2 and CF. RGB value is (165,242,207). Sum of RGB (Red+Green+Blue) = 165+242+207=614 (81% of max value = 765). Red value is 165 (64.84% from 255 or 26.87% from 614); Green value is 242 (94.92% from 255 or 39.41% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F2CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F2CF is #5A0D30. Grayscale: #D7D7D7. Windows color (decimal): -5901617 or 13628069. OLE color: 13628069.
HSL color Cylindrical-coordinate representation of color #A5F2CF: hue angle of 152.73º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A5F2CF is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 165 | 242 | 207 | - |
| CMYK | 0.32 | 0 | 0.14 | 0.05 |
| HSL | 152.73º | 0.75% | 0.8% | - |
| HSV(B) | 152.73º | 0.32% | 0.95% | - |
| XYZ | 58.53 | 76.01 | 70.62 | - |
| YUV | 214.99 | 123.49 | 92.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 242 | 207 | 0.32 | 0 | 0.14 | 0.05 | 152.73 | 0.75 | 0.8 |
| Hex | A5 | F2 | CF | 20 | 0 | E | 5 | 99 | 4B | 50 |
| Octal | 245 | 362 | 317 | 40 | 0 | 16 | 5 | 231 | 113 | 120 |
| Binary | 10100101 | 11110010 | 11001111 | 100000 | 0 | 1110 | 101 | 10011001 | 1001011 | 1010000 |
Color Harmonies of #A5F2CF
Complementary color
Monochromatic Colors of #A5F2CF
Black with #A5F2CF
Text Example
Text Example
White with #A5F2CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F2CF; }
p { color: rgb(165,242,207); }
H1.HeaderClassName
{
color: #A5F2CF;
}
.AnyTagClassName
{
color: #A5F2CF;
}
</style>
background-color css
<style>
a { background-color: #A5F2CF; }
a { background-color: rgb(165,242,207); }
div.DivClassName
{
background-color: #A5F2CF;
}
.BgClassName
{
background-color: #A5F2CF;
}
</style>
border-color css
<style>
span { border-color: #A5F2CF; }
span { border-color: rgb(165,242,207); }
td.TdClassName
{
border-color: #A5F2CF;
}
.TagClassName
{
border-color: #A5F2CF;
}
</style>