Shades of Magic Mint #AFF8D6
Tints of Magic Mint #AFF8D6
RGB
CMYK
RGB Variations
Color information
#AFF8D6 (or 0xAFF8D6) is known color: Magic Mint. HEX triplet: AF, F8 and D6. RGB value is (175,248,214). Sum of RGB (Red+Green+Blue) = 175+248+214=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 248 (97.27% from 255 or 38.93% from 637); Blue value is 214 (83.98% from 255 or 33.59% from 637); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8D6 is #500729. Grayscale: #DEDEDE. Windows color (decimal): -5244714 or 14088367. OLE color: 14088367.
HSL color Cylindrical-coordinate representation of color #AFF8D6: hue angle of 152.05º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF8D6 is Cyan = 0.29, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 214 | - |
| CMYK | 0.29 | 0 | 0.14 | 0.03 |
| HSL | 152.05º | 0.84% | 0.83% | - |
| HSV(B) | 152.05º | 0.29% | 0.97% | - |
| XYZ | 63.38 | 81.1 | 75.93 | - |
| YUV | 222.3 | 123.32 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 214 | 0.29 | 0 | 0.14 | 0.03 | 152.05 | 0.84 | 0.83 |
| Hex | AF | F8 | D6 | 1D | 0 | E | 3 | 98 | 54 | 53 |
| Octal | 257 | 370 | 326 | 35 | 0 | 16 | 3 | 230 | 124 | 123 |
| Binary | 10101111 | 11111000 | 11010110 | 11101 | 0 | 1110 | 11 | 10011000 | 1010100 | 1010011 |
Color Harmonies of #AFF8D6
Complementary color
Monochromatic Colors of #AFF8D6
Black with #AFF8D6
Text Example
Text Example
White with #AFF8D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF8D6; }
p { color: rgb(175,248,214); }
H1.HeaderClassName
{
color: #AFF8D6;
}
.AnyTagClassName
{
color: #AFF8D6;
}
</style>
background-color css
<style>
a { background-color: #AFF8D6; }
a { background-color: rgb(175,248,214); }
div.DivClassName
{
background-color: #AFF8D6;
}
.BgClassName
{
background-color: #AFF8D6;
}
</style>
border-color css
<style>
span { border-color: #AFF8D6; }
span { border-color: rgb(175,248,214); }
td.TdClassName
{
border-color: #AFF8D6;
}
.TagClassName
{
border-color: #AFF8D6;
}
</style>