Shades of Magic Mint #AFEED1
Tints of Magic Mint #AFEED1
RGB
CMYK
RGB Variations
Color information
#AFEED1 (or 0xAFEED1) is known color: Magic Mint. HEX triplet: AF, EE and D1. RGB value is (175,238,209). Sum of RGB (Red+Green+Blue) = 175+238+209=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 238 (93.36% from 255 or 38.26% from 622); Blue value is 209 (82.03% from 255 or 33.60% from 622); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED1 is #50112E. Grayscale: #D7D7D7. Windows color (decimal): -5247279 or 13758127. OLE color: 13758127.
HSL color Cylindrical-coordinate representation of color #AFEED1: hue angle of 152.38º 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 #AFEED1 is Cyan = 0.26, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 209 | - |
| CMYK | 0.26 | 0 | 0.12 | 0.07 |
| HSL | 152.38º | 0.65% | 0.81% | - |
| HSV(B) | 152.38º | 0.26% | 0.93% | - |
| XYZ | 59.76 | 74.87 | 71.62 | - |
| YUV | 215.86 | 124.13 | 98.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 209 | 0.26 | 0 | 0.12 | 0.07 | 152.38 | 0.65 | 0.81 |
| Hex | AF | EE | D1 | 1A | 0 | C | 7 | 98 | 41 | 51 |
| Octal | 257 | 356 | 321 | 32 | 0 | 14 | 7 | 230 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11010001 | 11010 | 0 | 1100 | 111 | 10011000 | 1000001 | 1010001 |
Color Harmonies of #AFEED1
Complementary color
Monochromatic Colors of #AFEED1
Black with #AFEED1
Text Example
Text Example
White with #AFEED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEED1; }
p { color: rgb(175,238,209); }
H1.HeaderClassName
{
color: #AFEED1;
}
.AnyTagClassName
{
color: #AFEED1;
}
</style>
background-color css
<style>
a { background-color: #AFEED1; }
a { background-color: rgb(175,238,209); }
div.DivClassName
{
background-color: #AFEED1;
}
.BgClassName
{
background-color: #AFEED1;
}
</style>
border-color css
<style>
span { border-color: #AFEED1; }
span { border-color: rgb(175,238,209); }
td.TdClassName
{
border-color: #AFEED1;
}
.TagClassName
{
border-color: #AFEED1;
}
</style>