Shades of Magic Mint #AFF4CE
Tints of Magic Mint #AFF4CE
RGB
CMYK
RGB Variations
Color information
#AFF4CE (or 0xAFF4CE) is known color: Magic Mint. HEX triplet: AF, F4 and CE. RGB value is (175,244,206). Sum of RGB (Red+Green+Blue) = 175+244+206=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 244 (95.70% from 255 or 39.04% from 625); Blue value is 206 (80.86% from 255 or 32.96% from 625); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF4CE is #500B31. Grayscale: #DBDBDB. Windows color (decimal): -5245746 or 13563055. OLE color: 13563055.
HSL color Cylindrical-coordinate representation of color #AFF4CE: hue angle of 146.96º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4CE is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 244 | 206 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.04 |
| HSL | 146.96º | 0.76% | 0.82% | - |
| HSV(B) | 146.96º | 0.28% | 0.96% | - |
| XYZ | 61.17 | 78.27 | 70.28 | - |
| YUV | 219.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 244 | 206 | 0.28 | 0 | 0.16 | 0.04 | 146.96 | 0.76 | 0.82 |
| Hex | AF | F4 | CE | 1C | 0 | 10 | 4 | 93 | 4C | 52 |
| Octal | 257 | 364 | 316 | 34 | 0 | 20 | 4 | 223 | 114 | 122 |
| Binary | 10101111 | 11110100 | 11001110 | 11100 | 0 | 10000 | 100 | 10010011 | 1001100 | 1010010 |
Color Harmonies of #AFF4CE
Complementary color
Monochromatic Colors of #AFF4CE
Black with #AFF4CE
Text Example
Text Example
White with #AFF4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF4CE; }
p { color: rgb(175,244,206); }
H1.HeaderClassName
{
color: #AFF4CE;
}
.AnyTagClassName
{
color: #AFF4CE;
}
</style>
background-color css
<style>
a { background-color: #AFF4CE; }
a { background-color: rgb(175,244,206); }
div.DivClassName
{
background-color: #AFF4CE;
}
.BgClassName
{
background-color: #AFF4CE;
}
</style>
border-color css
<style>
span { border-color: #AFF4CE; }
span { border-color: rgb(175,244,206); }
td.TdClassName
{
border-color: #AFF4CE;
}
.TagClassName
{
border-color: #AFF4CE;
}
</style>