Shades of Magic Mint #AFFDDA
Tints of Magic Mint #AFFDDA
RGB
CMYK
RGB Variations
Color information
#AFFDDA (or 0xAFFDDA) is known color: Magic Mint. HEX triplet: AF, FD and DA. RGB value is (175,253,218). Sum of RGB (Red+Green+Blue) = 175+253+218=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 253 (99.22% from 255 or 39.16% from 646); Blue value is 218 (85.55% from 255 or 33.75% from 646); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDDA is #500225. Grayscale: #E1E1E1. Windows color (decimal): -5243430 or 14351791. OLE color: 14351791.
HSL color Cylindrical-coordinate representation of color #AFFDDA: hue angle of 153.08º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDDA is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 218 | - |
| CMYK | 0.31 | 0 | 0.14 | 0.01 |
| HSL | 153.08º | 0.95% | 0.84% | - |
| HSV(B) | 153.08º | 0.31% | 0.99% | - |
| XYZ | 65.46 | 84.43 | 79.18 | - |
| YUV | 225.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 218 | 0.31 | 0 | 0.14 | 0.01 | 153.08 | 0.95 | 0.84 |
| Hex | AF | FD | DA | 1F | 0 | E | 1 | 99 | 5F | 54 |
| Octal | 257 | 375 | 332 | 37 | 0 | 16 | 1 | 231 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11011010 | 11111 | 0 | 1110 | 1 | 10011001 | 1011111 | 1010100 |
Color Harmonies of #AFFDDA
Complementary color
Monochromatic Colors of #AFFDDA
Black with #AFFDDA
Text Example
Text Example
White with #AFFDDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDDA; }
p { color: rgb(175,253,218); }
H1.HeaderClassName
{
color: #AFFDDA;
}
.AnyTagClassName
{
color: #AFFDDA;
}
</style>
background-color css
<style>
a { background-color: #AFFDDA; }
a { background-color: rgb(175,253,218); }
div.DivClassName
{
background-color: #AFFDDA;
}
.BgClassName
{
background-color: #AFFDDA;
}
</style>
border-color css
<style>
span { border-color: #AFFDDA; }
span { border-color: rgb(175,253,218); }
td.TdClassName
{
border-color: #AFFDDA;
}
.TagClassName
{
border-color: #AFFDDA;
}
</style>