Shades of Magic Mint #AFF9D5
Tints of Magic Mint #AFF9D5
RGB
CMYK
RGB Variations
Color information
#AFF9D5 (or 0xAFF9D5) is known color: Magic Mint. HEX triplet: AF, F9 and D5. RGB value is (175,249,213). Sum of RGB (Red+Green+Blue) = 175+249+213=637 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.47% from 637); Green value is 249 (97.66% from 255 or 39.09% from 637); Blue value is 213 (83.59% from 255 or 33.44% from 637); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9D5 is #50062A. Grayscale: #DEDEDE. Windows color (decimal): -5244459 or 14023087. OLE color: 14023087.
HSL color Cylindrical-coordinate representation of color #AFF9D5: hue angle of 150.81º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFF9D5 is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 213 | - |
| CMYK | 0.30 | 0 | 0.14 | 0.02 |
| HSL | 150.81º | 0.86% | 0.83% | - |
| HSV(B) | 150.81º | 0.3% | 0.98% | - |
| XYZ | 63.57 | 81.67 | 75.36 | - |
| YUV | 222.77 | 122.48 | 93.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 213 | 0.30 | 0 | 0.14 | 0.02 | 150.81 | 0.86 | 0.83 |
| Hex | AF | F9 | D5 | 1E | 0 | E | 2 | 97 | 56 | 53 |
| Octal | 257 | 371 | 325 | 36 | 0 | 16 | 2 | 227 | 126 | 123 |
| Binary | 10101111 | 11111001 | 11010101 | 11110 | 0 | 1110 | 10 | 10010111 | 1010110 | 1010011 |
Color Harmonies of #AFF9D5
Complementary color
Monochromatic Colors of #AFF9D5
Black with #AFF9D5
Text Example
Text Example
White with #AFF9D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF9D5; }
p { color: rgb(175,249,213); }
H1.HeaderClassName
{
color: #AFF9D5;
}
.AnyTagClassName
{
color: #AFF9D5;
}
</style>
background-color css
<style>
a { background-color: #AFF9D5; }
a { background-color: rgb(175,249,213); }
div.DivClassName
{
background-color: #AFF9D5;
}
.BgClassName
{
background-color: #AFF9D5;
}
</style>
border-color css
<style>
span { border-color: #AFF9D5; }
span { border-color: rgb(175,249,213); }
td.TdClassName
{
border-color: #AFF9D5;
}
.TagClassName
{
border-color: #AFF9D5;
}
</style>