Shades of Magic Mint #AFEED4
Tints of Magic Mint #AFEED4
RGB
CMYK
RGB Variations
Color information
#AFEED4 (or 0xAFEED4) is known color: Magic Mint. HEX triplet: AF, EE and D4. RGB value is (175,238,212). Sum of RGB (Red+Green+Blue) = 175+238+212=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 238 (93.36% from 255 or 38.08% from 625); Blue value is 212 (83.20% from 255 or 33.92% from 625); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEED4 is #50112B. Grayscale: #D8D8D8. Windows color (decimal): -5247276 or 13954735. OLE color: 13954735.
HSL color Cylindrical-coordinate representation of color #AFEED4: hue angle of 155.24º 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 #AFEED4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 212 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 155.24º | 0.65% | 0.81% | - |
| HSV(B) | 155.24º | 0.26% | 0.93% | - |
| XYZ | 60.14 | 75.02 | 73.6 | - |
| YUV | 216.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 212 | 0.26 | 0 | 0.11 | 0.07 | 155.24 | 0.65 | 0.81 |
| Hex | AF | EE | D4 | 1A | 0 | B | 7 | 9B | 41 | 51 |
| Octal | 257 | 356 | 324 | 32 | 0 | 13 | 7 | 233 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11010100 | 11010 | 0 | 1011 | 111 | 10011011 | 1000001 | 1010001 |
Color Harmonies of #AFEED4
Complementary color
Monochromatic Colors of #AFEED4
Black with #AFEED4
Text Example
Text Example
White with #AFEED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEED4; }
p { color: rgb(175,238,212); }
H1.HeaderClassName
{
color: #AFEED4;
}
.AnyTagClassName
{
color: #AFEED4;
}
</style>
background-color css
<style>
a { background-color: #AFEED4; }
a { background-color: rgb(175,238,212); }
div.DivClassName
{
background-color: #AFEED4;
}
.BgClassName
{
background-color: #AFEED4;
}
</style>
border-color css
<style>
span { border-color: #AFEED4; }
span { border-color: rgb(175,238,212); }
td.TdClassName
{
border-color: #AFEED4;
}
.TagClassName
{
border-color: #AFEED4;
}
</style>