Shades of Magic Mint #AFE3CB
Tints of Magic Mint #AFE3CB
RGB
CMYK
RGB Variations
Color information
#AFE3CB (or 0xAFE3CB) is known color: Magic Mint. HEX triplet: AF, E3 and CB. RGB value is (175,227,203). Sum of RGB (Red+Green+Blue) = 175+227+203=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 227 (89.06% from 255 or 37.52% from 605); Blue value is 203 (79.69% from 255 or 33.55% from 605); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3CB is #501C34. Grayscale: #D0D0D0. Windows color (decimal): -5250101 or 13362095. OLE color: 13362095.
HSL color Cylindrical-coordinate representation of color #AFE3CB: hue angle of 152.31º degrees, saturation: 0.48, 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 #AFE3CB is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 203 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.11 |
| HSL | 152.31º | 0.48% | 0.79% | - |
| HSV(B) | 152.31º | 0.23% | 0.89% | - |
| XYZ | 55.93 | 68.36 | 66.75 | - |
| YUV | 208.72 | 124.77 | 103.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 203 | 0.23 | 0 | 0.11 | 0.11 | 152.31 | 0.48 | 0.79 |
| Hex | AF | E3 | CB | 17 | 0 | B | B | 98 | 30 | 4F |
| Octal | 257 | 343 | 313 | 27 | 0 | 13 | 13 | 230 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11001011 | 10111 | 0 | 1011 | 1011 | 10011000 | 110000 | 1001111 |
Color Harmonies of #AFE3CB
Complementary color
Monochromatic Colors of #AFE3CB
Black with #AFE3CB
Text Example
Text Example
White with #AFE3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3CB; }
p { color: rgb(175,227,203); }
H1.HeaderClassName
{
color: #AFE3CB;
}
.AnyTagClassName
{
color: #AFE3CB;
}
</style>
background-color css
<style>
a { background-color: #AFE3CB; }
a { background-color: rgb(175,227,203); }
div.DivClassName
{
background-color: #AFE3CB;
}
.BgClassName
{
background-color: #AFE3CB;
}
</style>
border-color css
<style>
span { border-color: #AFE3CB; }
span { border-color: rgb(175,227,203); }
td.TdClassName
{
border-color: #AFE3CB;
}
.TagClassName
{
border-color: #AFE3CB;
}
</style>