Shades of Magic Mint #AFF6DB
Tints of Magic Mint #AFF6DB
RGB
CMYK
RGB Variations
Color information
#AFF6DB (or 0xAFF6DB) is known color: Magic Mint. HEX triplet: AF, F6 and DB. RGB value is (175,246,219). Sum of RGB (Red+Green+Blue) = 175+246+219=640 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.34% from 640); Green value is 246 (96.48% from 255 or 38.44% from 640); Blue value is 219 (85.94% from 255 or 34.22% from 640); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF6DB is #500924. Grayscale: #DDDDDD. Windows color (decimal): -5245221 or 14415535. OLE color: 14415535.
HSL color Cylindrical-coordinate representation of color #AFF6DB: hue angle of 157.18º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6DB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 246 | 219 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.04 |
| HSL | 157.18º | 0.8% | 0.83% | - |
| HSV(B) | 157.18º | 0.29% | 0.96% | - |
| XYZ | 63.42 | 80.14 | 79.14 | - |
| YUV | 221.69 | 126.48 | 94.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 246 | 219 | 0.29 | 0 | 0.11 | 0.04 | 157.18 | 0.8 | 0.83 |
| Hex | AF | F6 | DB | 1D | 0 | B | 4 | 9D | 50 | 53 |
| Octal | 257 | 366 | 333 | 35 | 0 | 13 | 4 | 235 | 120 | 123 |
| Binary | 10101111 | 11110110 | 11011011 | 11101 | 0 | 1011 | 100 | 10011101 | 1010000 | 1010011 |
Color Harmonies of #AFF6DB
Complementary color
Monochromatic Colors of #AFF6DB
Black with #AFF6DB
Text Example
Text Example
White with #AFF6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF6DB; }
p { color: rgb(175,246,219); }
H1.HeaderClassName
{
color: #AFF6DB;
}
.AnyTagClassName
{
color: #AFF6DB;
}
</style>
background-color css
<style>
a { background-color: #AFF6DB; }
a { background-color: rgb(175,246,219); }
div.DivClassName
{
background-color: #AFF6DB;
}
.BgClassName
{
background-color: #AFF6DB;
}
</style>
border-color css
<style>
span { border-color: #AFF6DB; }
span { border-color: rgb(175,246,219); }
td.TdClassName
{
border-color: #AFF6DB;
}
.TagClassName
{
border-color: #AFF6DB;
}
</style>