Shades of Magic Mint #AFEED5
Tints of Magic Mint #AFEED5
RGB
CMYK
RGB Variations
Color information
#AFEED5 (or 0xAFEED5) is known color: Magic Mint. HEX triplet: AF, EE and D5. RGB value is (175,238,213). Sum of RGB (Red+Green+Blue) = 175+238+213=626 (82% of max value = 765). Red value is 175 (68.75% from 255 or 27.96% from 626); Green value is 238 (93.36% from 255 or 38.02% from 626); Blue value is 213 (83.59% from 255 or 34.03% from 626); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED5 is #50112A. Grayscale: #D8D8D8. Windows color (decimal): -5247275 or 14020271. OLE color: 14020271.
HSL color Cylindrical-coordinate representation of color #AFEED5: hue angle of 156.19º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEED5 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 213 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 156.19º | 0.65% | 0.81% | - |
| HSV(B) | 156.19º | 0.26% | 0.93% | - |
| XYZ | 60.26 | 75.07 | 74.26 | - |
| YUV | 216.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 213 | 0.26 | 0 | 0.11 | 0.07 | 156.19 | 0.65 | 0.81 |
| Hex | AF | EE | D5 | 1A | 0 | B | 7 | 9C | 41 | 51 |
| Octal | 257 | 356 | 325 | 32 | 0 | 13 | 7 | 234 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11010101 | 11010 | 0 | 1011 | 111 | 10011100 | 1000001 | 1010001 |
Color Harmonies of #AFEED5
Complementary color
Monochromatic Colors of #AFEED5
Black with #AFEED5
Text Example
Text Example
White with #AFEED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEED5; }
p { color: rgb(175,238,213); }
H1.HeaderClassName
{
color: #AFEED5;
}
.AnyTagClassName
{
color: #AFEED5;
}
</style>
background-color css
<style>
a { background-color: #AFEED5; }
a { background-color: rgb(175,238,213); }
div.DivClassName
{
background-color: #AFEED5;
}
.BgClassName
{
background-color: #AFEED5;
}
</style>
border-color css
<style>
span { border-color: #AFEED5; }
span { border-color: rgb(175,238,213); }
td.TdClassName
{
border-color: #AFEED5;
}
.TagClassName
{
border-color: #AFEED5;
}
</style>