Shades of Magic Mint #AFEECD
Tints of Magic Mint #AFEECD
RGB
CMYK
RGB Variations
Color information
#AFEECD (or 0xAFEECD) is known color: Magic Mint. HEX triplet: AF, EE and CD. RGB value is (175,238,205). Sum of RGB (Red+Green+Blue) = 175+238+205=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 238 (93.36% from 255 or 38.51% from 618); Blue value is 205 (80.47% from 255 or 33.17% from 618); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEECD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEECD is #501132. Grayscale: #D7D7D7. Windows color (decimal): -5247283 or 13495983. OLE color: 13495983.
HSL color Cylindrical-coordinate representation of color #AFEECD: hue angle of 148.57º 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 #AFEECD is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 205 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 148.57º | 0.65% | 0.81% | - |
| HSV(B) | 148.57º | 0.26% | 0.93% | - |
| XYZ | 59.27 | 74.67 | 69.05 | - |
| YUV | 215.4 | 122.13 | 99.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 205 | 0.26 | 0 | 0.14 | 0.07 | 148.57 | 0.65 | 0.81 |
| Hex | AF | EE | CD | 1A | 0 | E | 7 | 95 | 41 | 51 |
| Octal | 257 | 356 | 315 | 32 | 0 | 16 | 7 | 225 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11001101 | 11010 | 0 | 1110 | 111 | 10010101 | 1000001 | 1010001 |
Color Harmonies of #AFEECD
Complementary color
Monochromatic Colors of #AFEECD
Black with #AFEECD
Text Example
Text Example
White with #AFEECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEECD; }
p { color: rgb(175,238,205); }
H1.HeaderClassName
{
color: #AFEECD;
}
.AnyTagClassName
{
color: #AFEECD;
}
</style>
background-color css
<style>
a { background-color: #AFEECD; }
a { background-color: rgb(175,238,205); }
div.DivClassName
{
background-color: #AFEECD;
}
.BgClassName
{
background-color: #AFEECD;
}
</style>
border-color css
<style>
span { border-color: #AFEECD; }
span { border-color: rgb(175,238,205); }
td.TdClassName
{
border-color: #AFEECD;
}
.TagClassName
{
border-color: #AFEECD;
}
</style>