Shades of Magic Mint #AFF2CB
Tints of Magic Mint #AFF2CB
RGB
CMYK
RGB Variations
Color information
#AFF2CB (or 0xAFF2CB) is known color: Magic Mint. HEX triplet: AF, F2 and CB. RGB value is (175,242,203). Sum of RGB (Red+Green+Blue) = 175+242+203=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2CB is #500D34. Grayscale: #D9D9D9. Windows color (decimal): -5246261 or 13365935. OLE color: 13365935.
HSL color Cylindrical-coordinate representation of color #AFF2CB: hue angle of 145.07º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF2CB is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 203 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.05 |
| HSL | 145.07º | 0.72% | 0.82% | - |
| HSV(B) | 145.07º | 0.28% | 0.95% | - |
| XYZ | 60.21 | 76.93 | 68.18 | - |
| YUV | 217.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 203 | 0.28 | 0 | 0.16 | 0.05 | 145.07 | 0.72 | 0.82 |
| Hex | AF | F2 | CB | 1C | 0 | 10 | 5 | 91 | 48 | 52 |
| Octal | 257 | 362 | 313 | 34 | 0 | 20 | 5 | 221 | 110 | 122 |
| Binary | 10101111 | 11110010 | 11001011 | 11100 | 0 | 10000 | 101 | 10010001 | 1001000 | 1010010 |
Color Harmonies of #AFF2CB
Complementary color
Monochromatic Colors of #AFF2CB
Black with #AFF2CB
Text Example
Text Example
White with #AFF2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2CB; }
p { color: rgb(175,242,203); }
H1.HeaderClassName
{
color: #AFF2CB;
}
.AnyTagClassName
{
color: #AFF2CB;
}
</style>
background-color css
<style>
a { background-color: #AFF2CB; }
a { background-color: rgb(175,242,203); }
div.DivClassName
{
background-color: #AFF2CB;
}
.BgClassName
{
background-color: #AFF2CB;
}
</style>
border-color css
<style>
span { border-color: #AFF2CB; }
span { border-color: rgb(175,242,203); }
td.TdClassName
{
border-color: #AFF2CB;
}
.TagClassName
{
border-color: #AFF2CB;
}
</style>