Shades of Magic Mint #AFEDCB
Tints of Magic Mint #AFEDCB
RGB
CMYK
RGB Variations
Color information
#AFEDCB (or 0xAFEDCB) is known color: Magic Mint. HEX triplet: AF, ED and CB. RGB value is (175,237,203). Sum of RGB (Red+Green+Blue) = 175+237+203=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 237 (92.97% from 255 or 38.54% from 615); Blue value is 203 (79.69% from 255 or 33.01% from 615); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDCB is #501234. Grayscale: #D6D6D6. Windows color (decimal): -5247541 or 13364655. OLE color: 13364655.
HSL color Cylindrical-coordinate representation of color #AFEDCB: hue angle of 147.1º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDCB is Cyan = 0.26, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 203 | - |
| CMYK | 0.26 | 0 | 0.14 | 0.07 |
| HSL | 147.1º | 0.63% | 0.81% | - |
| HSV(B) | 147.1º | 0.26% | 0.93% | - |
| XYZ | 58.74 | 73.99 | 67.69 | - |
| YUV | 214.59 | 121.46 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 203 | 0.26 | 0 | 0.14 | 0.07 | 147.1 | 0.63 | 0.81 |
| Hex | AF | ED | CB | 1A | 0 | E | 7 | 93 | 3F | 51 |
| Octal | 257 | 355 | 313 | 32 | 0 | 16 | 7 | 223 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11001011 | 11010 | 0 | 1110 | 111 | 10010011 | 111111 | 1010001 |
Color Harmonies of #AFEDCB
Complementary color
Monochromatic Colors of #AFEDCB
Black with #AFEDCB
Text Example
Text Example
White with #AFEDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDCB; }
p { color: rgb(175,237,203); }
H1.HeaderClassName
{
color: #AFEDCB;
}
.AnyTagClassName
{
color: #AFEDCB;
}
</style>
background-color css
<style>
a { background-color: #AFEDCB; }
a { background-color: rgb(175,237,203); }
div.DivClassName
{
background-color: #AFEDCB;
}
.BgClassName
{
background-color: #AFEDCB;
}
</style>
border-color css
<style>
span { border-color: #AFEDCB; }
span { border-color: rgb(175,237,203); }
td.TdClassName
{
border-color: #AFEDCB;
}
.TagClassName
{
border-color: #AFEDCB;
}
</style>