Shades of Magic Mint #AFE7CE
Tints of Magic Mint #AFE7CE
RGB
CMYK
RGB Variations
Color information
#AFE7CE (or 0xAFE7CE) is known color: Magic Mint. HEX triplet: AF, E7 and CE. RGB value is (175,231,206). Sum of RGB (Red+Green+Blue) = 175+231+206=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 231 (90.62% from 255 or 37.75% from 612); Blue value is 206 (80.86% from 255 or 33.66% from 612); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE7CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE7CE is #501831. Grayscale: #D3D3D3. Windows color (decimal): -5249074 or 13559727. OLE color: 13559727.
HSL color Cylindrical-coordinate representation of color #AFE7CE: hue angle of 153.21º 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 #AFE7CE is Cyan = 0.24, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 231 | 206 | - |
| CMYK | 0.24 | 0 | 0.11 | 0.09 |
| HSL | 153.21º | 0.54% | 0.8% | - |
| HSV(B) | 153.21º | 0.24% | 0.91% | - |
| XYZ | 57.4 | 70.72 | 69.02 | - |
| YUV | 211.41 | 124.95 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 231 | 206 | 0.24 | 0 | 0.11 | 0.09 | 153.21 | 0.54 | 0.8 |
| Hex | AF | E7 | CE | 18 | 0 | B | 9 | 99 | 36 | 50 |
| Octal | 257 | 347 | 316 | 30 | 0 | 13 | 11 | 231 | 66 | 120 |
| Binary | 10101111 | 11100111 | 11001110 | 11000 | 0 | 1011 | 1001 | 10011001 | 110110 | 1010000 |
Color Harmonies of #AFE7CE
Complementary color
Monochromatic Colors of #AFE7CE
Black with #AFE7CE
Text Example
Text Example
White with #AFE7CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE7CE; }
p { color: rgb(175,231,206); }
H1.HeaderClassName
{
color: #AFE7CE;
}
.AnyTagClassName
{
color: #AFE7CE;
}
</style>
background-color css
<style>
a { background-color: #AFE7CE; }
a { background-color: rgb(175,231,206); }
div.DivClassName
{
background-color: #AFE7CE;
}
.BgClassName
{
background-color: #AFE7CE;
}
</style>
border-color css
<style>
span { border-color: #AFE7CE; }
span { border-color: rgb(175,231,206); }
td.TdClassName
{
border-color: #AFE7CE;
}
.TagClassName
{
border-color: #AFE7CE;
}
</style>