Shades of Magic Mint #AFE2CB
Tints of Magic Mint #AFE2CB
RGB
CMYK
RGB Variations
Color information
#AFE2CB (or 0xAFE2CB) is known color: Magic Mint. HEX triplet: AF, E2 and CB. RGB value is (175,226,203). Sum of RGB (Red+Green+Blue) = 175+226+203=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 226 (88.67% from 255 or 37.42% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2CB is #501D34. Grayscale: #D0D0D0. Windows color (decimal): -5250357 or 13361839. OLE color: 13361839.
HSL color Cylindrical-coordinate representation of color #AFE2CB: hue angle of 152.94º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE2CB is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 203 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.11 |
| HSL | 152.94º | 0.47% | 0.79% | - |
| HSV(B) | 152.94º | 0.23% | 0.89% | - |
| XYZ | 55.66 | 67.82 | 66.66 | - |
| YUV | 208.13 | 125.1 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 203 | 0.23 | 0 | 0.10 | 0.11 | 152.94 | 0.47 | 0.79 |
| Hex | AF | E2 | CB | 17 | 0 | A | B | 99 | 2F | 4F |
| Octal | 257 | 342 | 313 | 27 | 0 | 12 | 13 | 231 | 57 | 117 |
| Binary | 10101111 | 11100010 | 11001011 | 10111 | 0 | 1010 | 1011 | 10011001 | 101111 | 1001111 |
Color Harmonies of #AFE2CB
Complementary color
Monochromatic Colors of #AFE2CB
Black with #AFE2CB
Text Example
Text Example
White with #AFE2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2CB; }
p { color: rgb(175,226,203); }
H1.HeaderClassName
{
color: #AFE2CB;
}
.AnyTagClassName
{
color: #AFE2CB;
}
</style>
background-color css
<style>
a { background-color: #AFE2CB; }
a { background-color: rgb(175,226,203); }
div.DivClassName
{
background-color: #AFE2CB;
}
.BgClassName
{
background-color: #AFE2CB;
}
</style>
border-color css
<style>
span { border-color: #AFE2CB; }
span { border-color: rgb(175,226,203); }
td.TdClassName
{
border-color: #AFE2CB;
}
.TagClassName
{
border-color: #AFE2CB;
}
</style>