Shades of Magic Mint #AFEAC7
Tints of Magic Mint #AFEAC7
RGB
CMYK
RGB Variations
Color information
#AFEAC7 (or 0xAFEAC7) is known color: Magic Mint. HEX triplet: AF, EA and C7. RGB value is (175,234,199). Sum of RGB (Red+Green+Blue) = 175+234+199=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 234 (91.80% from 255 or 38.49% from 608); Blue value is 199 (78.12% from 255 or 32.73% from 608); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAC7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAC7 is #501538. Grayscale: #D4D4D4. Windows color (decimal): -5248313 or 13101743. OLE color: 13101743.
HSL color Cylindrical-coordinate representation of color #AFEAC7: hue angle of 144.41º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFEAC7 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 199 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.08 |
| HSL | 144.41º | 0.58% | 0.8% | - |
| HSV(B) | 144.41º | 0.25% | 0.92% | - |
| XYZ | 57.41 | 72.08 | 64.92 | - |
| YUV | 212.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 199 | 0.25 | 0 | 0.15 | 0.08 | 144.41 | 0.58 | 0.8 |
| Hex | AF | EA | C7 | 19 | 0 | F | 8 | 90 | 3A | 50 |
| Octal | 257 | 352 | 307 | 31 | 0 | 17 | 10 | 220 | 72 | 120 |
| Binary | 10101111 | 11101010 | 11000111 | 11001 | 0 | 1111 | 1000 | 10010000 | 111010 | 1010000 |
Color Harmonies of #AFEAC7
Complementary color
Monochromatic Colors of #AFEAC7
Black with #AFEAC7
Text Example
Text Example
White with #AFEAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAC7; }
p { color: rgb(175,234,199); }
H1.HeaderClassName
{
color: #AFEAC7;
}
.AnyTagClassName
{
color: #AFEAC7;
}
</style>
background-color css
<style>
a { background-color: #AFEAC7; }
a { background-color: rgb(175,234,199); }
div.DivClassName
{
background-color: #AFEAC7;
}
.BgClassName
{
background-color: #AFEAC7;
}
</style>
border-color css
<style>
span { border-color: #AFEAC7; }
span { border-color: rgb(175,234,199); }
td.TdClassName
{
border-color: #AFEAC7;
}
.TagClassName
{
border-color: #AFEAC7;
}
</style>