Shades of Magic Mint #AFFACB
Tints of Magic Mint #AFFACB
RGB
CMYK
RGB Variations
Color information
#AFFACB (or 0xAFFACB) is known color: Magic Mint. HEX triplet: AF, FA and CB. RGB value is (175,250,203). Sum of RGB (Red+Green+Blue) = 175+250+203=628 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.87% from 628); Green value is 250 (98.05% from 255 or 39.81% from 628); Blue value is 203 (79.69% from 255 or 32.32% from 628); Max value from RGB is 250 - color contains mainly: green. Hex color #AFFACB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFACB is #500534. Grayscale: #DEDEDE. Windows color (decimal): -5244213 or 13367983. OLE color: 13367983.
HSL color Cylindrical-coordinate representation of color #AFFACB: hue angle of 142.4º degrees, saturation: 0.88, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFFACB is Cyan = 0.3, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 250 | 203 | - |
| CMYK | 0.3 | 0 | 0.19 | 0.02 |
| HSL | 142.4º | 0.88% | 0.83% | - |
| HSV(B) | 142.4º | 0.3% | 0.98% | - |
| XYZ | 62.64 | 81.8 | 68.99 | - |
| YUV | 222.22 | 117.15 | 94.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 250 | 203 | 0.3 | 0 | 0.19 | 0.02 | 142.4 | 0.88 | 0.83 |
| Hex | AF | FA | CB | 1E | 0 | 13 | 2 | 8E | 58 | 53 |
| Octal | 257 | 372 | 313 | 36 | 0 | 23 | 2 | 216 | 130 | 123 |
| Binary | 10101111 | 11111010 | 11001011 | 11110 | 0 | 10011 | 10 | 10001110 | 1011000 | 1010011 |
Color Harmonies of #AFFACB
Complementary color
Monochromatic Colors of #AFFACB
Black with #AFFACB
Text Example
Text Example
White with #AFFACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFACB; }
p { color: rgb(175,250,203); }
H1.HeaderClassName
{
color: #AFFACB;
}
.AnyTagClassName
{
color: #AFFACB;
}
</style>
background-color css
<style>
a { background-color: #AFFACB; }
a { background-color: rgb(175,250,203); }
div.DivClassName
{
background-color: #AFFACB;
}
.BgClassName
{
background-color: #AFFACB;
}
</style>
border-color css
<style>
span { border-color: #AFFACB; }
span { border-color: rgb(175,250,203); }
td.TdClassName
{
border-color: #AFFACB;
}
.TagClassName
{
border-color: #AFFACB;
}
</style>