Shades of Magic Mint #AFEAC6
Tints of Magic Mint #AFEAC6
RGB
CMYK
RGB Variations
Color information
#AFEAC6 (or 0xAFEAC6) is known color: Magic Mint. HEX triplet: AF, EA and C6. RGB value is (175,234,198). Sum of RGB (Red+Green+Blue) = 175+234+198=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 198 (77.73% from 255 or 32.62% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEAC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEAC6 is #501539. Grayscale: #D4D4D4. Windows color (decimal): -5248314 or 13036207. OLE color: 13036207.
HSL color Cylindrical-coordinate representation of color #AFEAC6: hue angle of 143.39º 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 #AFEAC6 is Cyan = 0.25, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 234 | 198 | - |
| CMYK | 0.25 | 0 | 0.15 | 0.08 |
| HSL | 143.39º | 0.58% | 0.8% | - |
| HSV(B) | 143.39º | 0.25% | 0.92% | - |
| XYZ | 57.3 | 72.04 | 64.31 | - |
| YUV | 212.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 234 | 198 | 0.25 | 0 | 0.15 | 0.08 | 143.39 | 0.58 | 0.8 |
| Hex | AF | EA | C6 | 19 | 0 | F | 8 | 8F | 3A | 50 |
| Octal | 257 | 352 | 306 | 31 | 0 | 17 | 10 | 217 | 72 | 120 |
| Binary | 10101111 | 11101010 | 11000110 | 11001 | 0 | 1111 | 1000 | 10001111 | 111010 | 1010000 |
Color Harmonies of #AFEAC6
Complementary color
Monochromatic Colors of #AFEAC6
Black with #AFEAC6
Text Example
Text Example
White with #AFEAC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEAC6; }
p { color: rgb(175,234,198); }
H1.HeaderClassName
{
color: #AFEAC6;
}
.AnyTagClassName
{
color: #AFEAC6;
}
</style>
background-color css
<style>
a { background-color: #AFEAC6; }
a { background-color: rgb(175,234,198); }
div.DivClassName
{
background-color: #AFEAC6;
}
.BgClassName
{
background-color: #AFEAC6;
}
</style>
border-color css
<style>
span { border-color: #AFEAC6; }
span { border-color: rgb(175,234,198); }
td.TdClassName
{
border-color: #AFEAC6;
}
.TagClassName
{
border-color: #AFEAC6;
}
</style>