Shades of Magic Mint #AFE0CA
Tints of Magic Mint #AFE0CA
RGB
CMYK
RGB Variations
Color information
#AFE0CA (or 0xAFE0CA) is known color: Magic Mint. HEX triplet: AF, E0 and CA. RGB value is (175,224,202). Sum of RGB (Red+Green+Blue) = 175+224+202=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 202 (79.30% from 255 or 33.61% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE0CA is #501F35. Grayscale: #CECECE. Windows color (decimal): -5250870 or 13295791. OLE color: 13295791.
HSL color Cylindrical-coordinate representation of color #AFE0CA: hue angle of 153.06º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFE0CA is Cyan = 0.22, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 202 | - |
| CMYK | 0.22 | 0 | 0.10 | 0.12 |
| HSL | 153.06º | 0.44% | 0.78% | - |
| HSV(B) | 153.06º | 0.22% | 0.88% | - |
| XYZ | 55 | 66.69 | 65.85 | - |
| YUV | 206.84 | 125.27 | 105.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 202 | 0.22 | 0 | 0.10 | 0.12 | 153.06 | 0.44 | 0.78 |
| Hex | AF | E0 | CA | 16 | 0 | A | C | 99 | 2C | 4E |
| Octal | 257 | 340 | 312 | 26 | 0 | 12 | 14 | 231 | 54 | 116 |
| Binary | 10101111 | 11100000 | 11001010 | 10110 | 0 | 1010 | 1100 | 10011001 | 101100 | 1001110 |
Color Harmonies of #AFE0CA
Complementary color
Monochromatic Colors of #AFE0CA
Black with #AFE0CA
Text Example
Text Example
White with #AFE0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE0CA; }
p { color: rgb(175,224,202); }
H1.HeaderClassName
{
color: #AFE0CA;
}
.AnyTagClassName
{
color: #AFE0CA;
}
</style>
background-color css
<style>
a { background-color: #AFE0CA; }
a { background-color: rgb(175,224,202); }
div.DivClassName
{
background-color: #AFE0CA;
}
.BgClassName
{
background-color: #AFE0CA;
}
</style>
border-color css
<style>
span { border-color: #AFE0CA; }
span { border-color: rgb(175,224,202); }
td.TdClassName
{
border-color: #AFE0CA;
}
.TagClassName
{
border-color: #AFE0CA;
}
</style>