Shades of Magic Mint #AFF9DB
Tints of Magic Mint #AFF9DB
RGB
CMYK
RGB Variations
Color information
#AFF9DB (or 0xAFF9DB) is known color: Magic Mint. HEX triplet: AF, F9 and DB. RGB value is (175,249,219). Sum of RGB (Red+Green+Blue) = 175+249+219=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 249 (97.66% from 255 or 38.72% from 643); Blue value is 219 (85.94% from 255 or 34.06% from 643); Max value from RGB is 249 - color contains mainly: green. Hex color #AFF9DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF9DB is #500624. Grayscale: #DFDFDF. Windows color (decimal): -5244453 or 14416303. OLE color: 14416303.
HSL color Cylindrical-coordinate representation of color #AFF9DB: hue angle of 155.68º 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 #AFF9DB is Cyan = 0.30, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 249 | 219 | - |
| CMYK | 0.30 | 0 | 0.12 | 0.02 |
| HSL | 155.68º | 0.86% | 0.83% | - |
| HSV(B) | 155.68º | 0.3% | 0.98% | - |
| XYZ | 64.34 | 81.98 | 79.45 | - |
| YUV | 223.45 | 125.48 | 93.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 249 | 219 | 0.30 | 0 | 0.12 | 0.02 | 155.68 | 0.86 | 0.83 |
| Hex | AF | F9 | DB | 1E | 0 | C | 2 | 9C | 56 | 53 |
| Octal | 257 | 371 | 333 | 36 | 0 | 14 | 2 | 234 | 126 | 123 |
| Binary | 10101111 | 11111001 | 11011011 | 11110 | 0 | 1100 | 10 | 10011100 | 1010110 | 1010011 |
Color Harmonies of #AFF9DB
Complementary color
Monochromatic Colors of #AFF9DB
Black with #AFF9DB
Text Example
Text Example
White with #AFF9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF9DB; }
p { color: rgb(175,249,219); }
H1.HeaderClassName
{
color: #AFF9DB;
}
.AnyTagClassName
{
color: #AFF9DB;
}
</style>
background-color css
<style>
a { background-color: #AFF9DB; }
a { background-color: rgb(175,249,219); }
div.DivClassName
{
background-color: #AFF9DB;
}
.BgClassName
{
background-color: #AFF9DB;
}
</style>
border-color css
<style>
span { border-color: #AFF9DB; }
span { border-color: rgb(175,249,219); }
td.TdClassName
{
border-color: #AFF9DB;
}
.TagClassName
{
border-color: #AFF9DB;
}
</style>