Shades of Magic Mint #AFE9D3
Tints of Magic Mint #AFE9D3
RGB
CMYK
RGB Variations
Color information
#AFE9D3 (or 0xAFE9D3) is known color: Magic Mint. HEX triplet: AF, E9 and D3. RGB value is (175,233,211). Sum of RGB (Red+Green+Blue) = 175+233+211=619 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.27% from 619); Green value is 233 (91.41% from 255 or 37.64% from 619); Blue value is 211 (82.81% from 255 or 34.09% from 619); Max value from RGB is 233 - color contains mainly: green. Hex color #AFE9D3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE9D3 is #50162C. Grayscale: #D5D5D5. Windows color (decimal): -5248557 or 13887919. OLE color: 13887919.
HSL color Cylindrical-coordinate representation of color #AFE9D3: hue angle of 157.24º degrees, saturation: 0.57, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE9D3 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 233 | 211 | - |
| CMYK | 0.25 | 0 | 0.09 | 0.09 |
| HSL | 157.24º | 0.57% | 0.8% | - |
| HSV(B) | 157.24º | 0.25% | 0.91% | - |
| XYZ | 58.58 | 72.09 | 72.46 | - |
| YUV | 213.15 | 126.78 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 233 | 211 | 0.25 | 0 | 0.09 | 0.09 | 157.24 | 0.57 | 0.8 |
| Hex | AF | E9 | D3 | 19 | 0 | 9 | 9 | 9D | 39 | 50 |
| Octal | 257 | 351 | 323 | 31 | 0 | 11 | 11 | 235 | 71 | 120 |
| Binary | 10101111 | 11101001 | 11010011 | 11001 | 0 | 1001 | 1001 | 10011101 | 111001 | 1010000 |
Color Harmonies of #AFE9D3
Complementary color
Monochromatic Colors of #AFE9D3
Black with #AFE9D3
Text Example
Text Example
White with #AFE9D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE9D3; }
p { color: rgb(175,233,211); }
H1.HeaderClassName
{
color: #AFE9D3;
}
.AnyTagClassName
{
color: #AFE9D3;
}
</style>
background-color css
<style>
a { background-color: #AFE9D3; }
a { background-color: rgb(175,233,211); }
div.DivClassName
{
background-color: #AFE9D3;
}
.BgClassName
{
background-color: #AFE9D3;
}
</style>
border-color css
<style>
span { border-color: #AFE9D3; }
span { border-color: rgb(175,233,211); }
td.TdClassName
{
border-color: #AFE9D3;
}
.TagClassName
{
border-color: #AFE9D3;
}
</style>