Shades of Magic Mint #AFFFD5
Tints of Magic Mint #AFFFD5
RGB
CMYK
RGB Variations
Color information
#AFFFD5 (or 0xAFFFD5) is known color: Magic Mint. HEX triplet: AF, FF and D5. RGB value is (175,255,213). Sum of RGB (Red+Green+Blue) = 175+255+213=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 255 (100% from 255 or 39.66% from 643); Blue value is 213 (83.59% from 255 or 33.13% from 643); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFD5 is #50002A. Grayscale: #E2E2E2. Windows color (decimal): -5242923 or 14024623. OLE color: 14024623.
HSL color Cylindrical-coordinate representation of color #AFFFD5: hue angle of 148.5º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFD5 is Cyan = 0.31, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 213 | - |
| CMYK | 0.31 | 0 | 0.16 | 0 |
| HSL | 148.5º | 1% | 0.84% | - |
| HSV(B) | 148.5º | 0.31% | 1% | - |
| XYZ | 65.45 | 85.44 | 75.99 | - |
| YUV | 226.29 | 120.5 | 91.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 213 | 0.31 | 0 | 0.16 | 0 | 148.5 | 1 | 0.84 |
| Hex | AF | FF | D5 | 1F | 0 | 10 | 0 | 94 | 64 | 54 |
| Octal | 257 | 377 | 325 | 37 | 0 | 20 | 0 | 224 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11010101 | 11111 | 0 | 10000 | 0 | 10010100 | 1100100 | 1010100 |
Color Harmonies of #AFFFD5
Complementary color
Monochromatic Colors of #AFFFD5
Black with #AFFFD5
Text Example
Text Example
White with #AFFFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFD5; }
p { color: rgb(175,255,213); }
H1.HeaderClassName
{
color: #AFFFD5;
}
.AnyTagClassName
{
color: #AFFFD5;
}
</style>
background-color css
<style>
a { background-color: #AFFFD5; }
a { background-color: rgb(175,255,213); }
div.DivClassName
{
background-color: #AFFFD5;
}
.BgClassName
{
background-color: #AFFFD5;
}
</style>
border-color css
<style>
span { border-color: #AFFFD5; }
span { border-color: rgb(175,255,213); }
td.TdClassName
{
border-color: #AFFFD5;
}
.TagClassName
{
border-color: #AFFFD5;
}
</style>