Shades of Magic Mint #AFFEDF
Tints of Magic Mint #AFFEDF
RGB
CMYK
RGB Variations
Color information
#AFFEDF (or 0xAFFEDF) is known color: Magic Mint. HEX triplet: AF, FE and DF. RGB value is (175,254,223). Sum of RGB (Red+Green+Blue) = 175+254+223=652 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.84% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 223 (87.5% from 255 or 34.20% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFEDF is #500120. Grayscale: #E2E2E2. Windows color (decimal): -5243169 or 14679727. OLE color: 14679727.
HSL color Cylindrical-coordinate representation of color #AFFEDF: hue angle of 156.46º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFEDF is Cyan = 0.31, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 254 | 223 | - |
| CMYK | 0.31 | 0 | 0.12 | 0.00 |
| HSL | 156.46º | 0.98% | 0.84% | - |
| HSV(B) | 156.46º | 0.31% | 1% | - |
| XYZ | 66.44 | 85.33 | 82.78 | - |
| YUV | 226.85 | 125.83 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 254 | 223 | 0.31 | 0 | 0.12 | 0.00 | 156.46 | 0.98 | 0.84 |
| Hex | AF | FE | DF | 1F | 0 | C | 0 | 9C | 62 | 54 |
| Octal | 257 | 376 | 337 | 37 | 0 | 14 | 0 | 234 | 142 | 124 |
| Binary | 10101111 | 11111110 | 11011111 | 11111 | 0 | 1100 | 0 | 10011100 | 1100010 | 1010100 |
Color Harmonies of #AFFEDF
Complementary color
Monochromatic Colors of #AFFEDF
Black with #AFFEDF
Text Example
Text Example
White with #AFFEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFEDF; }
p { color: rgb(175,254,223); }
H1.HeaderClassName
{
color: #AFFEDF;
}
.AnyTagClassName
{
color: #AFFEDF;
}
</style>
background-color css
<style>
a { background-color: #AFFEDF; }
a { background-color: rgb(175,254,223); }
div.DivClassName
{
background-color: #AFFEDF;
}
.BgClassName
{
background-color: #AFFEDF;
}
</style>
border-color css
<style>
span { border-color: #AFFEDF; }
span { border-color: rgb(175,254,223); }
td.TdClassName
{
border-color: #AFFEDF;
}
.TagClassName
{
border-color: #AFFEDF;
}
</style>