Shades of Magic Mint #AFE3CC
Tints of Magic Mint #AFE3CC
RGB
CMYK
RGB Variations
Color information
#AFE3CC (or 0xAFE3CC) is known color: Magic Mint. HEX triplet: AF, E3 and CC. RGB value is (175,227,204). Sum of RGB (Red+Green+Blue) = 175+227+204=606 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.88% from 606); Green value is 227 (89.06% from 255 or 37.46% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE3CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFE3CC is #501C33. Grayscale: #D0D0D0. Windows color (decimal): -5250100 or 13427631. OLE color: 13427631.
HSL color Cylindrical-coordinate representation of color #AFE3CC: hue angle of 153.46º degrees, saturation: 0.48, 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 #AFE3CC is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 204 | - |
| CMYK | 0.23 | 0 | 0.10 | 0.11 |
| HSL | 153.46º | 0.48% | 0.79% | - |
| HSV(B) | 153.46º | 0.23% | 0.89% | - |
| XYZ | 56.05 | 68.41 | 67.38 | - |
| YUV | 208.83 | 125.27 | 103.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 204 | 0.23 | 0 | 0.10 | 0.11 | 153.46 | 0.48 | 0.79 |
| Hex | AF | E3 | CC | 17 | 0 | A | B | 99 | 30 | 4F |
| Octal | 257 | 343 | 314 | 27 | 0 | 12 | 13 | 231 | 60 | 117 |
| Binary | 10101111 | 11100011 | 11001100 | 10111 | 0 | 1010 | 1011 | 10011001 | 110000 | 1001111 |
Color Harmonies of #AFE3CC
Complementary color
Monochromatic Colors of #AFE3CC
Black with #AFE3CC
Text Example
Text Example
White with #AFE3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE3CC; }
p { color: rgb(175,227,204); }
H1.HeaderClassName
{
color: #AFE3CC;
}
.AnyTagClassName
{
color: #AFE3CC;
}
</style>
background-color css
<style>
a { background-color: #AFE3CC; }
a { background-color: rgb(175,227,204); }
div.DivClassName
{
background-color: #AFE3CC;
}
.BgClassName
{
background-color: #AFE3CC;
}
</style>
border-color css
<style>
span { border-color: #AFE3CC; }
span { border-color: rgb(175,227,204); }
td.TdClassName
{
border-color: #AFE3CC;
}
.TagClassName
{
border-color: #AFE3CC;
}
</style>