Shades of Magic Mint #AFEED3
Tints of Magic Mint #AFEED3
RGB
CMYK
RGB Variations
Color information
#AFEED3 (or 0xAFEED3) is known color: Magic Mint. HEX triplet: AF, EE and D3. RGB value is (175,238,211). Sum of RGB (Red+Green+Blue) = 175+238+211=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 211 (82.81% from 255 or 33.81% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED3 is #50112C. Grayscale: #D8D8D8. Windows color (decimal): -5247277 or 13889199. OLE color: 13889199.
HSL color Cylindrical-coordinate representation of color #AFEED3: hue angle of 154.29º 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 #AFEED3 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 211 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 154.29º | 0.65% | 0.81% | - |
| HSV(B) | 154.29º | 0.26% | 0.93% | - |
| XYZ | 60.01 | 74.97 | 72.93 | - |
| YUV | 216.09 | 125.13 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 211 | 0.26 | 0 | 0.11 | 0.07 | 154.29 | 0.65 | 0.81 |
| Hex | AF | EE | D3 | 1A | 0 | B | 7 | 9A | 41 | 51 |
| Octal | 257 | 356 | 323 | 32 | 0 | 13 | 7 | 232 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11010011 | 11010 | 0 | 1011 | 111 | 10011010 | 1000001 | 1010001 |
Color Harmonies of #AFEED3
Complementary color
Monochromatic Colors of #AFEED3
Black with #AFEED3
Text Example
Text Example
White with #AFEED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEED3; }
p { color: rgb(175,238,211); }
H1.HeaderClassName
{
color: #AFEED3;
}
.AnyTagClassName
{
color: #AFEED3;
}
</style>
background-color css
<style>
a { background-color: #AFEED3; }
a { background-color: rgb(175,238,211); }
div.DivClassName
{
background-color: #AFEED3;
}
.BgClassName
{
background-color: #AFEED3;
}
</style>
border-color css
<style>
span { border-color: #AFEED3; }
span { border-color: rgb(175,238,211); }
td.TdClassName
{
border-color: #AFEED3;
}
.TagClassName
{
border-color: #AFEED3;
}
</style>