Shades of Magic Mint #AFFFDB
Tints of Magic Mint #AFFFDB
RGB
CMYK
RGB Variations
Color information
#AFFFDB (or 0xAFFFDB) is known color: Magic Mint. HEX triplet: AF, FF and DB. RGB value is (175,255,219). Sum of RGB (Red+Green+Blue) = 175+255+219=649 (85% of max value = 765). Red value is 175 (68.75% from 255 or 26.96% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 219 (85.94% from 255 or 33.74% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFDB is #500024. Grayscale: #E3E3E3. Windows color (decimal): -5242917 or 14417839. OLE color: 14417839.
HSL color Cylindrical-coordinate representation of color #AFFFDB: hue angle of 153º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFDB is Cyan = 0.31, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 219 | - |
| CMYK | 0.31 | 0 | 0.14 | 0 |
| HSL | 153º | 1% | 0.84% | - |
| HSV(B) | 153º | 0.31% | 1% | - |
| XYZ | 66.23 | 85.75 | 80.08 | - |
| YUV | 226.98 | 123.5 | 90.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 219 | 0.31 | 0 | 0.14 | 0 | 153 | 1 | 0.84 |
| Hex | AF | FF | DB | 1F | 0 | E | 0 | 99 | 64 | 54 |
| Octal | 257 | 377 | 333 | 37 | 0 | 16 | 0 | 231 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11011011 | 11111 | 0 | 1110 | 0 | 10011001 | 1100100 | 1010100 |
Color Harmonies of #AFFFDB
Complementary color
Monochromatic Colors of #AFFFDB
Black with #AFFFDB
Text Example
Text Example
White with #AFFFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFDB; }
p { color: rgb(175,255,219); }
H1.HeaderClassName
{
color: #AFFFDB;
}
.AnyTagClassName
{
color: #AFFFDB;
}
</style>
background-color css
<style>
a { background-color: #AFFFDB; }
a { background-color: rgb(175,255,219); }
div.DivClassName
{
background-color: #AFFFDB;
}
.BgClassName
{
background-color: #AFFFDB;
}
</style>
border-color css
<style>
span { border-color: #AFFFDB; }
span { border-color: rgb(175,255,219); }
td.TdClassName
{
border-color: #AFFFDB;
}
.TagClassName
{
border-color: #AFFFDB;
}
</style>