Shades of Magic Mint #AFFCCE
Tints of Magic Mint #AFFCCE
RGB
CMYK
RGB Variations
Color information
#AFFCCE (or 0xAFFCCE) is known color: Magic Mint. HEX triplet: AF, FC and CE. RGB value is (175,252,206). Sum of RGB (Red+Green+Blue) = 175+252+206=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 252 (98.83% from 255 or 39.81% from 633); Blue value is 206 (80.86% from 255 or 32.54% from 633); Max value from RGB is 252 - color contains mainly: green. Hex color #AFFCCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFCCE is #500331. Grayscale: #DFDFDF. Windows color (decimal): -5243698 or 13565103. OLE color: 13565103.
HSL color Cylindrical-coordinate representation of color #AFFCCE: hue angle of 144.16º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFCCE is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 252 | 206 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.01 |
| HSL | 144.16º | 0.93% | 0.84% | - |
| HSV(B) | 144.16º | 0.31% | 0.99% | - |
| XYZ | 63.63 | 83.19 | 71.1 | - |
| YUV | 223.73 | 117.99 | 93.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 252 | 206 | 0.31 | 0 | 0.18 | 0.01 | 144.16 | 0.93 | 0.84 |
| Hex | AF | FC | CE | 1F | 0 | 12 | 1 | 90 | 5D | 54 |
| Octal | 257 | 374 | 316 | 37 | 0 | 22 | 1 | 220 | 135 | 124 |
| Binary | 10101111 | 11111100 | 11001110 | 11111 | 0 | 10010 | 1 | 10010000 | 1011101 | 1010100 |
Color Harmonies of #AFFCCE
Complementary color
Monochromatic Colors of #AFFCCE
Black with #AFFCCE
Text Example
Text Example
White with #AFFCCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFCCE; }
p { color: rgb(175,252,206); }
H1.HeaderClassName
{
color: #AFFCCE;
}
.AnyTagClassName
{
color: #AFFCCE;
}
</style>
background-color css
<style>
a { background-color: #AFFCCE; }
a { background-color: rgb(175,252,206); }
div.DivClassName
{
background-color: #AFFCCE;
}
.BgClassName
{
background-color: #AFFCCE;
}
</style>
border-color css
<style>
span { border-color: #AFFCCE; }
span { border-color: rgb(175,252,206); }
td.TdClassName
{
border-color: #AFFCCE;
}
.TagClassName
{
border-color: #AFFCCE;
}
</style>