Shades of Magic Mint #AFF0CB
Tints of Magic Mint #AFF0CB
RGB
CMYK
RGB Variations
Color information
#AFF0CB (or 0xAFF0CB) is known color: Magic Mint. HEX triplet: AF, F0 and CB. RGB value is (175,240,203). Sum of RGB (Red+Green+Blue) = 175+240+203=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 240 (94.14% from 255 or 38.83% from 618); Blue value is 203 (79.69% from 255 or 32.85% from 618); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF0CB is #500F34. Grayscale: #D8D8D8. Windows color (decimal): -5246773 or 13365423. OLE color: 13365423.
HSL color Cylindrical-coordinate representation of color #AFF0CB: hue angle of 145.85º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0CB is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 240 | 203 | - |
| CMYK | 0.27 | 0 | 0.15 | 0.06 |
| HSL | 145.85º | 0.68% | 0.81% | - |
| HSV(B) | 145.85º | 0.27% | 0.94% | - |
| XYZ | 59.62 | 75.75 | 67.98 | - |
| YUV | 216.35 | 120.47 | 98.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 240 | 203 | 0.27 | 0 | 0.15 | 0.06 | 145.85 | 0.68 | 0.81 |
| Hex | AF | F0 | CB | 1B | 0 | F | 6 | 92 | 44 | 51 |
| Octal | 257 | 360 | 313 | 33 | 0 | 17 | 6 | 222 | 104 | 121 |
| Binary | 10101111 | 11110000 | 11001011 | 11011 | 0 | 1111 | 110 | 10010010 | 1000100 | 1010001 |
Color Harmonies of #AFF0CB
Complementary color
Monochromatic Colors of #AFF0CB
Black with #AFF0CB
Text Example
Text Example
White with #AFF0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF0CB; }
p { color: rgb(175,240,203); }
H1.HeaderClassName
{
color: #AFF0CB;
}
.AnyTagClassName
{
color: #AFF0CB;
}
</style>
background-color css
<style>
a { background-color: #AFF0CB; }
a { background-color: rgb(175,240,203); }
div.DivClassName
{
background-color: #AFF0CB;
}
.BgClassName
{
background-color: #AFF0CB;
}
</style>
border-color css
<style>
span { border-color: #AFF0CB; }
span { border-color: rgb(175,240,203); }
td.TdClassName
{
border-color: #AFF0CB;
}
.TagClassName
{
border-color: #AFF0CB;
}
</style>