Shades of Magic Mint #AFFDCA
Tints of Magic Mint #AFFDCA
RGB
CMYK
RGB Variations
Color information
#AFFDCA (or 0xAFFDCA) is known color: Magic Mint. HEX triplet: AF, FD and CA. RGB value is (175,253,202). Sum of RGB (Red+Green+Blue) = 175+253+202=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 253 (99.22% from 255 or 40.16% from 630); Blue value is 202 (79.30% from 255 or 32.06% from 630); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDCA is #500235. Grayscale: #DFDFDF. Windows color (decimal): -5243446 or 13303215. OLE color: 13303215.
HSL color Cylindrical-coordinate representation of color #AFFDCA: hue angle of 140.77º 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 #AFFDCA is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 202 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.01 |
| HSL | 140.77º | 0.95% | 0.84% | - |
| HSV(B) | 140.77º | 0.31% | 0.99% | - |
| XYZ | 63.47 | 83.63 | 68.67 | - |
| YUV | 223.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 202 | 0.31 | 0 | 0.20 | 0.01 | 140.77 | 0.95 | 0.84 |
| Hex | AF | FD | CA | 1F | 0 | 14 | 1 | 8D | 5F | 54 |
| Octal | 257 | 375 | 312 | 37 | 0 | 24 | 1 | 215 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11001010 | 11111 | 0 | 10100 | 1 | 10001101 | 1011111 | 1010100 |
Color Harmonies of #AFFDCA
Complementary color
Monochromatic Colors of #AFFDCA
Black with #AFFDCA
Text Example
Text Example
White with #AFFDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDCA; }
p { color: rgb(175,253,202); }
H1.HeaderClassName
{
color: #AFFDCA;
}
.AnyTagClassName
{
color: #AFFDCA;
}
</style>
background-color css
<style>
a { background-color: #AFFDCA; }
a { background-color: rgb(175,253,202); }
div.DivClassName
{
background-color: #AFFDCA;
}
.BgClassName
{
background-color: #AFFDCA;
}
</style>
border-color css
<style>
span { border-color: #AFFDCA; }
span { border-color: rgb(175,253,202); }
td.TdClassName
{
border-color: #AFFDCA;
}
.TagClassName
{
border-color: #AFFDCA;
}
</style>