Shades of Magic Mint #AFFDCB
Tints of Magic Mint #AFFDCB
RGB
CMYK
RGB Variations
Color information
#AFFDCB (or 0xAFFDCB) is known color: Magic Mint. HEX triplet: AF, FD and CB. RGB value is (175,253,203). Sum of RGB (Red+Green+Blue) = 175+253+203=631 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.73% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #AFFDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFDCB is #500234. Grayscale: #E0E0E0. Windows color (decimal): -5243445 or 13368751. OLE color: 13368751.
HSL color Cylindrical-coordinate representation of color #AFFDCB: hue angle of 141.54º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFDCB is Cyan = 0.31, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 253 | 203 | - |
| CMYK | 0.31 | 0 | 0.20 | 0.01 |
| HSL | 141.54º | 0.95% | 0.84% | - |
| HSV(B) | 141.54º | 0.31% | 0.99% | - |
| XYZ | 63.58 | 83.68 | 69.3 | - |
| YUV | 223.98 | 116.16 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 253 | 203 | 0.31 | 0 | 0.20 | 0.01 | 141.54 | 0.95 | 0.84 |
| Hex | AF | FD | CB | 1F | 0 | 14 | 1 | 8E | 5F | 54 |
| Octal | 257 | 375 | 313 | 37 | 0 | 24 | 1 | 216 | 137 | 124 |
| Binary | 10101111 | 11111101 | 11001011 | 11111 | 0 | 10100 | 1 | 10001110 | 1011111 | 1010100 |
Color Harmonies of #AFFDCB
Complementary color
Monochromatic Colors of #AFFDCB
Black with #AFFDCB
Text Example
Text Example
White with #AFFDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFDCB; }
p { color: rgb(175,253,203); }
H1.HeaderClassName
{
color: #AFFDCB;
}
.AnyTagClassName
{
color: #AFFDCB;
}
</style>
background-color css
<style>
a { background-color: #AFFDCB; }
a { background-color: rgb(175,253,203); }
div.DivClassName
{
background-color: #AFFDCB;
}
.BgClassName
{
background-color: #AFFDCB;
}
</style>
border-color css
<style>
span { border-color: #AFFDCB; }
span { border-color: rgb(175,253,203); }
td.TdClassName
{
border-color: #AFFDCB;
}
.TagClassName
{
border-color: #AFFDCB;
}
</style>