Shades of Magic Mint #AFFDDB
Tints of Magic Mint #AFFDDB
RGB
CMYK
RGB Variations
Color information
#AFFDDB (or 0xAFFDDB) is known color: Magic Mint. HEX triplet: AF, FD and DB. RGB value is (175,253,219). Sum of RGB (Red+Green+Blue) = 175+253+219=647 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.05% from 647); Green value is 253 (99.22% from 255 or 39.10% from 647); Blue value is 219 (85.94% from 255 or 33.85% from 647); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDDB is #500224. Grayscale: #E1E1E1. Windows color (decimal): -5243429 or 14417327. OLE color: 14417327.
HSL color Cylindrical-coordinate representation of color #AFFDDB: hue angle of 153.85º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 219 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.01 |
| HSL | 153.85º | 0.95% | 0.84% | - |
| HSV(B) | 153.85º | 0.31% | 0.99% | - |
| XYZ | 65.59 | 84.48 | 79.87 | - |
| YUV | 225.8 | 124.16 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 219 | 0.31 | 0 | 0.13 | 0.01 | 153.85 | 0.95 | 0.84 |
| Hex | AF | FD | DB | 1F | 0 | D | 1 | 9A | 5F | 54 |
| Octal | 257 | 375 | 333 | 37 | 0 | 15 | 1 | 232 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11011011 | 11111 | 0 | 1101 | 1 | 10011010 | 1011111 | 1010100 |
Color Harmonies of #AFFDDB
Complementary color
Monochromatic Colors of #AFFDDB
Black with #AFFDDB
Text Example
Text Example
White with #AFFDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDDB; }
p { color: rgb(175,253,219); }
H1.HeaderClassName
{
color: #AFFDDB;
}
.AnyTagClassName
{
color: #AFFDDB;
}
</style>
background-color css
<style>
a { background-color: #AFFDDB; }
a { background-color: rgb(175,253,219); }
div.DivClassName
{
background-color: #AFFDDB;
}
.BgClassName
{
background-color: #AFFDDB;
}
</style>
border-color css
<style>
span { border-color: #AFFDDB; }
span { border-color: rgb(175,253,219); }
td.TdClassName
{
border-color: #AFFDDB;
}
.TagClassName
{
border-color: #AFFDDB;
}
</style>