Shades of Magic Mint #AFFADB
Tints of Magic Mint #AFFADB
RGB
CMYK
RGB Variations
Color information
#AFFADB (or 0xAFFADB) is known color: Magic Mint. HEX triplet: AF, FA and DB. RGB value is (175,250,219). Sum of RGB (Red+Green+Blue) = 175+250+219=644 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.17% from 644); Green value is 250 (98.05% from 255 or 38.82% from 644); Blue value is 219 (85.94% from 255 or 34.01% from 644); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFADB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFADB is #500524. Grayscale: #E0E0E0. Windows color (decimal): -5244197 or 14416559. OLE color: 14416559.
HSL color Cylindrical-coordinate representation of color #AFFADB: hue angle of 155.2º degrees, saturation: 0.88, 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 #AFFADB is Cyan = 0.3, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 219 | - |
| CMYK | 0.3 | 0 | 0.12 | 0.02 |
| HSL | 155.2º | 0.88% | 0.83% | - |
| HSV(B) | 155.2º | 0.3% | 0.98% | - |
| XYZ | 64.65 | 82.6 | 79.55 | - |
| YUV | 224.04 | 125.15 | 93.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 219 | 0.3 | 0 | 0.12 | 0.02 | 155.2 | 0.88 | 0.83 |
| Hex | AF | FA | DB | 1E | 0 | C | 2 | 9B | 58 | 53 |
| Octal | 257 | 372 | 333 | 36 | 0 | 14 | 2 | 233 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11011011 | 11110 | 0 | 1100 | 10 | 10011011 | 1011000 | 1010011 |
Color Harmonies of #AFFADB
Complementary color
Monochromatic Colors of #AFFADB
Black with #AFFADB
Text Example
Text Example
White with #AFFADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFADB; }
p { color: rgb(175,250,219); }
H1.HeaderClassName
{
color: #AFFADB;
}
.AnyTagClassName
{
color: #AFFADB;
}
</style>
background-color css
<style>
a { background-color: #AFFADB; }
a { background-color: rgb(175,250,219); }
div.DivClassName
{
background-color: #AFFADB;
}
.BgClassName
{
background-color: #AFFADB;
}
</style>
border-color css
<style>
span { border-color: #AFFADB; }
span { border-color: rgb(175,250,219); }
td.TdClassName
{
border-color: #AFFADB;
}
.TagClassName
{
border-color: #AFFADB;
}
</style>