Shades of Magic Mint #AFE3CA
Tints of Magic Mint #AFE3CA
RGB
CMYK
RGB Variations
Color information
#AFE3CA (or 0xAFE3CA) is known color: Magic Mint. HEX triplet: AF, E3 and CA. RGB value is (175,227,202). Sum of RGB (Red+Green+Blue) = 175+227+202=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3CA is #501C35. Grayscale: #D0D0D0. Windows color (decimal): -5250102 or 13296559. OLE color: 13296559.
HSL color Cylindrical-coordinate representation of color #AFE3CA: hue angle of 151.15º 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 #AFE3CA is Cyan = 0.23, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 202 | - |
| CMYK | 0.23 | 0 | 0.11 | 0.11 |
| HSL | 151.15º | 0.48% | 0.79% | - |
| HSV(B) | 151.15º | 0.23% | 0.89% | - |
| XYZ | 55.81 | 68.32 | 66.12 | - |
| YUV | 208.6 | 124.27 | 104.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 202 | 0.23 | 0 | 0.11 | 0.11 | 151.15 | 0.48 | 0.79 |
| Hex | AF | E3 | CA | 17 | 0 | B | B | 97 | 30 | 4F |
| Octal | 257 | 343 | 312 | 27 | 0 | 13 | 13 | 227 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11001010 | 10111 | 0 | 1011 | 1011 | 10010111 | 110000 | 1001111 |
Color Harmonies of #AFE3CA
Complementary color
Monochromatic Colors of #AFE3CA
Black with #AFE3CA
Text Example
Text Example
White with #AFE3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3CA; }
p { color: rgb(175,227,202); }
H1.HeaderClassName
{
color: #AFE3CA;
}
.AnyTagClassName
{
color: #AFE3CA;
}
</style>
background-color css
<style>
a { background-color: #AFE3CA; }
a { background-color: rgb(175,227,202); }
div.DivClassName
{
background-color: #AFE3CA;
}
.BgClassName
{
background-color: #AFE3CA;
}
</style>
border-color css
<style>
span { border-color: #AFE3CA; }
span { border-color: rgb(175,227,202); }
td.TdClassName
{
border-color: #AFE3CA;
}
.TagClassName
{
border-color: #AFE3CA;
}
</style>