Shades of Magic Mint #AFFCDB
Tints of Magic Mint #AFFCDB
RGB
CMYK
RGB Variations
Color information
#AFFCDB (or 0xAFFCDB) is known color: Magic Mint. HEX triplet: AF, FC and DB. RGB value is (175,252,219). Sum of RGB (Red+Green+Blue) = 175+252+219=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 219 (85.94% from 255 or 33.90% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCDB is #500324. Grayscale: #E1E1E1. Windows color (decimal): -5243685 or 14417071. OLE color: 14417071.
HSL color Cylindrical-coordinate representation of color #AFFCDB: hue angle of 154.29º degrees, saturation: 0.93, 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 #AFFCDB is Cyan = 0.31, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 219 | - |
| CMYK | 0.31 | 0 | 0.13 | 0.01 |
| HSL | 154.29º | 0.93% | 0.84% | - |
| HSV(B) | 154.29º | 0.31% | 0.99% | - |
| XYZ | 65.28 | 83.85 | 79.76 | - |
| YUV | 225.22 | 124.49 | 92.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 219 | 0.31 | 0 | 0.13 | 0.01 | 154.29 | 0.93 | 0.84 |
| Hex | AF | FC | DB | 1F | 0 | D | 1 | 9A | 5D | 54 |
| Octal | 257 | 374 | 333 | 37 | 0 | 15 | 1 | 232 | 135 | 124 |
| Binary | 10101111 | 11111100 | 11011011 | 11111 | 0 | 1101 | 1 | 10011010 | 1011101 | 1010100 |
Color Harmonies of #AFFCDB
Complementary color
Monochromatic Colors of #AFFCDB
Black with #AFFCDB
Text Example
Text Example
White with #AFFCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFCDB; }
p { color: rgb(175,252,219); }
H1.HeaderClassName
{
color: #AFFCDB;
}
.AnyTagClassName
{
color: #AFFCDB;
}
</style>
background-color css
<style>
a { background-color: #AFFCDB; }
a { background-color: rgb(175,252,219); }
div.DivClassName
{
background-color: #AFFCDB;
}
.BgClassName
{
background-color: #AFFCDB;
}
</style>
border-color css
<style>
span { border-color: #AFFCDB; }
span { border-color: rgb(175,252,219); }
td.TdClassName
{
border-color: #AFFCDB;
}
.TagClassName
{
border-color: #AFFCDB;
}
</style>