Shades of Magic Mint #AFE2CC
Tints of Magic Mint #AFE2CC
RGB
CMYK
RGB Variations
Color information
#AFE2CC (or 0xAFE2CC) is known color: Magic Mint. HEX triplet: AF, E2 and CC. RGB value is (175,226,204). Sum of RGB (Red+Green+Blue) = 175+226+204=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 226 (88.67% from 255 or 37.36% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE2CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE2CC is #501D33. Grayscale: #D0D0D0. Windows color (decimal): -5250356 or 13427375. OLE color: 13427375.
HSL color Cylindrical-coordinate representation of color #AFE2CC: hue angle of 154.12º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFE2CC is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 226 | 204 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.11 |
| HSL | 154.12º | 0.47% | 0.79% | - |
| HSV(B) | 154.12º | 0.23% | 0.89% | - |
| XYZ | 55.77 | 67.87 | 67.29 | - |
| YUV | 208.24 | 125.6 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 226 | 204 | 0.23 | 0 | 0.10 | 0.11 | 154.12 | 0.47 | 0.79 |
| Hex | AF | E2 | CC | 17 | 0 | A | B | 9A | 2F | 4F |
| Octal | 257 | 342 | 314 | 27 | 0 | 12 | 13 | 232 | 57 | 117 |
| Binary | 10101111 | 11100010 | 11001100 | 10111 | 0 | 1010 | 1011 | 10011010 | 101111 | 1001111 |
Color Harmonies of #AFE2CC
Complementary color
Monochromatic Colors of #AFE2CC
Black with #AFE2CC
Text Example
Text Example
White with #AFE2CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE2CC; }
p { color: rgb(175,226,204); }
H1.HeaderClassName
{
color: #AFE2CC;
}
.AnyTagClassName
{
color: #AFE2CC;
}
</style>
background-color css
<style>
a { background-color: #AFE2CC; }
a { background-color: rgb(175,226,204); }
div.DivClassName
{
background-color: #AFE2CC;
}
.BgClassName
{
background-color: #AFE2CC;
}
</style>
border-color css
<style>
span { border-color: #AFE2CC; }
span { border-color: rgb(175,226,204); }
td.TdClassName
{
border-color: #AFE2CC;
}
.TagClassName
{
border-color: #AFE2CC;
}
</style>