Shades of Magic Mint #AFF8DA
Tints of Magic Mint #AFF8DA
RGB
CMYK
RGB Variations
Color information
#AFF8DA (or 0xAFF8DA) is known color: Magic Mint. HEX triplet: AF, F8 and DA. RGB value is (175,248,218). Sum of RGB (Red+Green+Blue) = 175+248+218=641 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.30% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 218 (85.55% from 255 or 34.01% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #AFF8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF8DA is #500725. Grayscale: #DEDEDE. Windows color (decimal): -5244710 or 14350511. OLE color: 14350511.
HSL color Cylindrical-coordinate representation of color #AFF8DA: hue angle of 155.34º 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 #AFF8DA is Cyan = 0.29, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 248 | 218 | - |
| CMYK | 0.29 | 0 | 0.12 | 0.03 |
| HSL | 155.34º | 0.84% | 0.83% | - |
| HSV(B) | 155.34º | 0.29% | 0.97% | - |
| XYZ | 63.9 | 81.31 | 78.66 | - |
| YUV | 222.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 248 | 218 | 0.29 | 0 | 0.12 | 0.03 | 155.34 | 0.84 | 0.83 |
| Hex | AF | F8 | DA | 1D | 0 | C | 3 | 9B | 54 | 53 |
| Octal | 257 | 370 | 332 | 35 | 0 | 14 | 3 | 233 | 124 | 123 |
| Binary | 10101111 | 11111000 | 11011010 | 11101 | 0 | 1100 | 11 | 10011011 | 1010100 | 1010011 |
Color Harmonies of #AFF8DA
Complementary color
Monochromatic Colors of #AFF8DA
Black with #AFF8DA
Text Example
Text Example
White with #AFF8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF8DA; }
p { color: rgb(175,248,218); }
H1.HeaderClassName
{
color: #AFF8DA;
}
.AnyTagClassName
{
color: #AFF8DA;
}
</style>
background-color css
<style>
a { background-color: #AFF8DA; }
a { background-color: rgb(175,248,218); }
div.DivClassName
{
background-color: #AFF8DA;
}
.BgClassName
{
background-color: #AFF8DA;
}
</style>
border-color css
<style>
span { border-color: #AFF8DA; }
span { border-color: rgb(175,248,218); }
td.TdClassName
{
border-color: #AFF8DA;
}
.TagClassName
{
border-color: #AFF8DA;
}
</style>