Shades of Magic Mint #AFF5DB
Tints of Magic Mint #AFF5DB
RGB
CMYK
RGB Variations
Color information
#AFF5DB (or 0xAFF5DB) is known color: Magic Mint. HEX triplet: AF, F5 and DB. RGB value is (175,245,219). Sum of RGB (Red+Green+Blue) = 175+245+219=639 (84% of max value = 765). Red value is 175 (68.75% from 255 or 27.39% from 639); Green value is 245 (96.09% from 255 or 38.34% from 639); Blue value is 219 (85.94% from 255 or 34.27% from 639); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5DB is #500A24. Grayscale: #DDDDDD. Windows color (decimal): -5245477 or 14415279. OLE color: 14415279.
HSL color Cylindrical-coordinate representation of color #AFF5DB: hue angle of 157.71º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5DB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 219 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.04 |
| HSL | 157.71º | 0.78% | 0.82% | - |
| HSV(B) | 157.71º | 0.29% | 0.96% | - |
| XYZ | 63.12 | 79.53 | 79.04 | - |
| YUV | 221.11 | 126.81 | 95.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 219 | 0.29 | 0 | 0.11 | 0.04 | 157.71 | 0.78 | 0.82 |
| Hex | AF | F5 | DB | 1D | 0 | B | 4 | 9E | 4E | 52 |
| Octal | 257 | 365 | 333 | 35 | 0 | 13 | 4 | 236 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11011011 | 11101 | 0 | 1011 | 100 | 10011110 | 1001110 | 1010010 |
Color Harmonies of #AFF5DB
Complementary color
Monochromatic Colors of #AFF5DB
Black with #AFF5DB
Text Example
Text Example
White with #AFF5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5DB; }
p { color: rgb(175,245,219); }
H1.HeaderClassName
{
color: #AFF5DB;
}
.AnyTagClassName
{
color: #AFF5DB;
}
</style>
background-color css
<style>
a { background-color: #AFF5DB; }
a { background-color: rgb(175,245,219); }
div.DivClassName
{
background-color: #AFF5DB;
}
.BgClassName
{
background-color: #AFF5DB;
}
</style>
border-color css
<style>
span { border-color: #AFF5DB; }
span { border-color: rgb(175,245,219); }
td.TdClassName
{
border-color: #AFF5DB;
}
.TagClassName
{
border-color: #AFF5DB;
}
</style>