Shades of Magic Mint #AFEBC8
Tints of Magic Mint #AFEBC8
RGB
CMYK
RGB Variations
Color information
#AFEBC8 (or 0xAFEBC8) is known color: Magic Mint. HEX triplet: AF, EB and C8. RGB value is (175,235,200). Sum of RGB (Red+Green+Blue) = 175+235+200=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 235 (92.19% from 255 or 38.52% from 610); Blue value is 200 (78.52% from 255 or 32.79% from 610); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBC8 is #501437. Grayscale: #D5D5D5. Windows color (decimal): -5248056 or 13167535. OLE color: 13167535.
HSL color Cylindrical-coordinate representation of color #AFEBC8: hue angle of 145º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBC8 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 200 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.08 |
| HSL | 145º | 0.6% | 0.8% | - |
| HSV(B) | 145º | 0.26% | 0.92% | - |
| XYZ | 57.81 | 72.7 | 65.63 | - |
| YUV | 213.07 | 120.62 | 100.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 200 | 0.26 | 0 | 0.15 | 0.08 | 145 | 0.6 | 0.8 |
| Hex | AF | EB | C8 | 1A | 0 | F | 8 | 91 | 3C | 50 |
| Octal | 257 | 353 | 310 | 32 | 0 | 17 | 10 | 221 | 74 | 120 |
| Binary | 10101111 | 11101011 | 11001000 | 11010 | 0 | 1111 | 1000 | 10010001 | 111100 | 1010000 |
Color Harmonies of #AFEBC8
Complementary color
Monochromatic Colors of #AFEBC8
Black with #AFEBC8
Text Example
Text Example
White with #AFEBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBC8; }
p { color: rgb(175,235,200); }
H1.HeaderClassName
{
color: #AFEBC8;
}
.AnyTagClassName
{
color: #AFEBC8;
}
</style>
background-color css
<style>
a { background-color: #AFEBC8; }
a { background-color: rgb(175,235,200); }
div.DivClassName
{
background-color: #AFEBC8;
}
.BgClassName
{
background-color: #AFEBC8;
}
</style>
border-color css
<style>
span { border-color: #AFEBC8; }
span { border-color: rgb(175,235,200); }
td.TdClassName
{
border-color: #AFEBC8;
}
.TagClassName
{
border-color: #AFEBC8;
}
</style>