Shades of Magic Mint #AFEACF
Tints of Magic Mint #AFEACF
RGB
CMYK
RGB Variations
Color information
#AFEACF (or 0xAFEACF) is known color: Magic Mint. HEX triplet: AF, EA and CF. RGB value is (175,234,207). Sum of RGB (Red+Green+Blue) = 175+234+207=616 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.41% from 616); Green value is 234 (91.80% from 255 or 37.99% from 616); Blue value is 207 (81.25% from 255 or 33.60% from 616); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEACF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEACF is #501530. Grayscale: #D5D5D5. Windows color (decimal): -5248305 or 13626031. OLE color: 13626031.
HSL color Cylindrical-coordinate representation of color #AFEACF: hue angle of 152.54º 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 #AFEACF is Cyan = 0.25, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 207 | - |
| CMYK | 0.25 | 0 | 0.12 | 0.08 |
| HSL | 152.54º | 0.58% | 0.8% | - |
| HSV(B) | 152.54º | 0.25% | 0.92% | - |
| XYZ | 58.36 | 72.46 | 69.94 | - |
| YUV | 213.28 | 124.45 | 100.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 207 | 0.25 | 0 | 0.12 | 0.08 | 152.54 | 0.58 | 0.8 |
| Hex | AF | EA | CF | 19 | 0 | C | 8 | 99 | 3A | 50 |
| Octal | 257 | 352 | 317 | 31 | 0 | 14 | 10 | 231 | 72 | 120 |
| Binary | 10101111 | 11101010 | 11001111 | 11001 | 0 | 1100 | 1000 | 10011001 | 111010 | 1010000 |
Color Harmonies of #AFEACF
Complementary color
Monochromatic Colors of #AFEACF
Black with #AFEACF
Text Example
Text Example
White with #AFEACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEACF; }
p { color: rgb(175,234,207); }
H1.HeaderClassName
{
color: #AFEACF;
}
.AnyTagClassName
{
color: #AFEACF;
}
</style>
background-color css
<style>
a { background-color: #AFEACF; }
a { background-color: rgb(175,234,207); }
div.DivClassName
{
background-color: #AFEACF;
}
.BgClassName
{
background-color: #AFEACF;
}
</style>
border-color css
<style>
span { border-color: #AFEACF; }
span { border-color: rgb(175,234,207); }
td.TdClassName
{
border-color: #AFEACF;
}
.TagClassName
{
border-color: #AFEACF;
}
</style>