Shades of Magic Mint #AFE7C5
Tints of Magic Mint #AFE7C5
RGB
CMYK
RGB Variations
Color information
#AFE7C5 (or 0xAFE7C5) is known color: Magic Mint. HEX triplet: AF, E7 and C5. RGB value is (175,231,197). Sum of RGB (Red+Green+Blue) = 175+231+197=603 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.02% from 603); Green value is 231 (90.62% from 255 or 38.31% from 603); Blue value is 197 (77.34% from 255 or 32.67% from 603); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7C5 is #50183A. Grayscale: #D2D2D2. Windows color (decimal): -5249083 or 12969903. OLE color: 12969903.
HSL color Cylindrical-coordinate representation of color #AFE7C5: hue angle of 143.57º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFE7C5 is Cyan = 0.24, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 197 | - |
| CMYK | 0.24 | 0 | 0.15 | 0.09 |
| HSL | 143.57º | 0.54% | 0.8% | - |
| HSV(B) | 143.57º | 0.24% | 0.91% | - |
| XYZ | 56.33 | 70.3 | 63.42 | - |
| YUV | 210.38 | 120.45 | 102.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 197 | 0.24 | 0 | 0.15 | 0.09 | 143.57 | 0.54 | 0.8 |
| Hex | AF | E7 | C5 | 18 | 0 | F | 9 | 90 | 36 | 50 |
| Octal | 257 | 347 | 305 | 30 | 0 | 17 | 11 | 220 | 66 | 120 |
| Binary | 10101111 | 11100111 | 11000101 | 11000 | 0 | 1111 | 1001 | 10010000 | 110110 | 1010000 |
Color Harmonies of #AFE7C5
Complementary color
Monochromatic Colors of #AFE7C5
Black with #AFE7C5
Text Example
Text Example
White with #AFE7C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7C5; }
p { color: rgb(175,231,197); }
H1.HeaderClassName
{
color: #AFE7C5;
}
.AnyTagClassName
{
color: #AFE7C5;
}
</style>
background-color css
<style>
a { background-color: #AFE7C5; }
a { background-color: rgb(175,231,197); }
div.DivClassName
{
background-color: #AFE7C5;
}
.BgClassName
{
background-color: #AFE7C5;
}
</style>
border-color css
<style>
span { border-color: #AFE7C5; }
span { border-color: rgb(175,231,197); }
td.TdClassName
{
border-color: #AFE7C5;
}
.TagClassName
{
border-color: #AFE7C5;
}
</style>