Shades of Magic Mint #AFFBDC
Tints of Magic Mint #AFFBDC
RGB
CMYK
RGB Variations
Color information
#AFFBDC (or 0xAFFBDC) is known color: Magic Mint. HEX triplet: AF, FB and DC. RGB value is (175,251,220). Sum of RGB (Red+Green+Blue) = 175+251+220=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 251 (98.44% from 255 or 38.85% from 646); Blue value is 220 (86.33% from 255 or 34.06% from 646); Max value from RGB is 251 - color contains mainly: green. Hex color #AFFBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFBDC is #500423. Grayscale: #E0E0E0. Windows color (decimal): -5243940 or 14482351. OLE color: 14482351.
HSL color Cylindrical-coordinate representation of color #AFFBDC: hue angle of 155.53º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFBDC is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 251 | 220 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.02 |
| HSL | 155.53º | 0.9% | 0.84% | - |
| HSV(B) | 155.53º | 0.3% | 0.98% | - |
| XYZ | 65.09 | 83.28 | 80.35 | - |
| YUV | 224.74 | 125.32 | 92.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 251 | 220 | 0.30 | 0 | 0.12 | 0.02 | 155.53 | 0.9 | 0.84 |
| Hex | AF | FB | DC | 1E | 0 | C | 2 | 9C | 5A | 54 |
| Octal | 257 | 373 | 334 | 36 | 0 | 14 | 2 | 234 | 132 | 124 |
| Binary | 10101111 | 11111011 | 11011100 | 11110 | 0 | 1100 | 10 | 10011100 | 1011010 | 1010100 |
Color Harmonies of #AFFBDC
Complementary color
Monochromatic Colors of #AFFBDC
Black with #AFFBDC
Text Example
Text Example
White with #AFFBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFBDC; }
p { color: rgb(175,251,220); }
H1.HeaderClassName
{
color: #AFFBDC;
}
.AnyTagClassName
{
color: #AFFBDC;
}
</style>
background-color css
<style>
a { background-color: #AFFBDC; }
a { background-color: rgb(175,251,220); }
div.DivClassName
{
background-color: #AFFBDC;
}
.BgClassName
{
background-color: #AFFBDC;
}
</style>
border-color css
<style>
span { border-color: #AFFBDC; }
span { border-color: rgb(175,251,220); }
td.TdClassName
{
border-color: #AFFBDC;
}
.TagClassName
{
border-color: #AFFBDC;
}
</style>