Shades of Magic Mint #AFE8CF
Tints of Magic Mint #AFE8CF
RGB
CMYK
RGB Variations
Color information
#AFE8CF (or 0xAFE8CF) is known color: Magic Mint. HEX triplet: AF, E8 and CF. RGB value is (175,232,207). Sum of RGB (Red+Green+Blue) = 175+232+207=614 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.50% from 614); Green value is 232 (91.02% from 255 or 37.79% from 614); Blue value is 207 (81.25% from 255 or 33.71% from 614); Max value from RGB is 232 - color contains mainly: green. Hex color #AFE8CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFE8CF is #501730. Grayscale: #D4D4D4. Windows color (decimal): -5248817 or 13625519. OLE color: 13625519.
HSL color Cylindrical-coordinate representation of color #AFE8CF: hue angle of 153.68º degrees, saturation: 0.55, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFE8CF is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 232 | 207 | - |
| CMYK | 0.25 | 0 | 0.11 | 0.09 |
| HSL | 153.68º | 0.55% | 0.8% | - |
| HSV(B) | 153.68º | 0.25% | 0.91% | - |
| XYZ | 57.8 | 71.33 | 69.75 | - |
| YUV | 212.11 | 125.12 | 101.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 232 | 207 | 0.25 | 0 | 0.11 | 0.09 | 153.68 | 0.55 | 0.8 |
| Hex | AF | E8 | CF | 19 | 0 | B | 9 | 9A | 37 | 50 |
| Octal | 257 | 350 | 317 | 31 | 0 | 13 | 11 | 232 | 67 | 120 |
| Binary | 10101111 | 11101000 | 11001111 | 11001 | 0 | 1011 | 1001 | 10011010 | 110111 | 1010000 |
Color Harmonies of #AFE8CF
Complementary color
Monochromatic Colors of #AFE8CF
Black with #AFE8CF
Text Example
Text Example
White with #AFE8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE8CF; }
p { color: rgb(175,232,207); }
H1.HeaderClassName
{
color: #AFE8CF;
}
.AnyTagClassName
{
color: #AFE8CF;
}
</style>
background-color css
<style>
a { background-color: #AFE8CF; }
a { background-color: rgb(175,232,207); }
div.DivClassName
{
background-color: #AFE8CF;
}
.BgClassName
{
background-color: #AFE8CF;
}
</style>
border-color css
<style>
span { border-color: #AFE8CF; }
span { border-color: rgb(175,232,207); }
td.TdClassName
{
border-color: #AFE8CF;
}
.TagClassName
{
border-color: #AFE8CF;
}
</style>