Shades of Magic Mint #AFEEC6
Tints of Magic Mint #AFEEC6
RGB
CMYK
RGB Variations
Color information
#AFEEC6 (or 0xAFEEC6) is known color: Magic Mint. HEX triplet: AF, EE and C6. RGB value is (175,238,198). Sum of RGB (Red+Green+Blue) = 175+238+198=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 238 (93.36% from 255 or 38.95% from 611); Blue value is 198 (77.73% from 255 or 32.41% from 611); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEEC6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEEC6 is #501139. Grayscale: #D6D6D6. Windows color (decimal): -5247290 or 13037231. OLE color: 13037231.
HSL color Cylindrical-coordinate representation of color #AFEEC6: hue angle of 141.9º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEEC6 is Cyan = 0.26, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 198 | - |
| CMYK | 0.26 | 0 | 0.17 | 0.07 |
| HSL | 141.9º | 0.65% | 0.81% | - |
| HSV(B) | 141.9º | 0.26% | 0.93% | - |
| XYZ | 58.45 | 74.34 | 64.69 | - |
| YUV | 214.6 | 118.63 | 99.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 198 | 0.26 | 0 | 0.17 | 0.07 | 141.9 | 0.65 | 0.81 |
| Hex | AF | EE | C6 | 1A | 0 | 11 | 7 | 8E | 41 | 51 |
| Octal | 257 | 356 | 306 | 32 | 0 | 21 | 7 | 216 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11000110 | 11010 | 0 | 10001 | 111 | 10001110 | 1000001 | 1010001 |
Color Harmonies of #AFEEC6
Complementary color
Monochromatic Colors of #AFEEC6
Black with #AFEEC6
Text Example
Text Example
White with #AFEEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEEC6; }
p { color: rgb(175,238,198); }
H1.HeaderClassName
{
color: #AFEEC6;
}
.AnyTagClassName
{
color: #AFEEC6;
}
</style>
background-color css
<style>
a { background-color: #AFEEC6; }
a { background-color: rgb(175,238,198); }
div.DivClassName
{
background-color: #AFEEC6;
}
.BgClassName
{
background-color: #AFEEC6;
}
</style>
border-color css
<style>
span { border-color: #AFEEC6; }
span { border-color: rgb(175,238,198); }
td.TdClassName
{
border-color: #AFEEC6;
}
.TagClassName
{
border-color: #AFEEC6;
}
</style>