Shades of Magic Mint #AFF3CA
Tints of Magic Mint #AFF3CA
RGB
CMYK
RGB Variations
Color information
#AFF3CA (or 0xAFF3CA) is known color: Magic Mint. HEX triplet: AF, F3 and CA. RGB value is (175,243,202). Sum of RGB (Red+Green+Blue) = 175+243+202=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 243 (95.31% from 255 or 39.19% from 620); Blue value is 202 (79.30% from 255 or 32.58% from 620); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3CA is #500C35. Grayscale: #DADADA. Windows color (decimal): -5246006 or 13300655. OLE color: 13300655.
HSL color Cylindrical-coordinate representation of color #AFF3CA: hue angle of 143.82º degrees, saturation: 0.74, 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 #AFF3CA is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 202 | - |
| CMYK | 0.28 | 0 | 0.17 | 0.05 |
| HSL | 143.82º | 0.74% | 0.82% | - |
| HSV(B) | 143.82º | 0.28% | 0.95% | - |
| XYZ | 60.39 | 77.48 | 67.65 | - |
| YUV | 217.99 | 118.97 | 97.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 202 | 0.28 | 0 | 0.17 | 0.05 | 143.82 | 0.74 | 0.82 |
| Hex | AF | F3 | CA | 1C | 0 | 11 | 5 | 90 | 4A | 52 |
| Octal | 257 | 363 | 312 | 34 | 0 | 21 | 5 | 220 | 112 | 122 |
| Binary | 10101111 | 11110011 | 11001010 | 11100 | 0 | 10001 | 101 | 10010000 | 1001010 | 1010010 |
Color Harmonies of #AFF3CA
Complementary color
Monochromatic Colors of #AFF3CA
Black with #AFF3CA
Text Example
Text Example
White with #AFF3CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3CA; }
p { color: rgb(175,243,202); }
H1.HeaderClassName
{
color: #AFF3CA;
}
.AnyTagClassName
{
color: #AFF3CA;
}
</style>
background-color css
<style>
a { background-color: #AFF3CA; }
a { background-color: rgb(175,243,202); }
div.DivClassName
{
background-color: #AFF3CA;
}
.BgClassName
{
background-color: #AFF3CA;
}
</style>
border-color css
<style>
span { border-color: #AFF3CA; }
span { border-color: rgb(175,243,202); }
td.TdClassName
{
border-color: #AFF3CA;
}
.TagClassName
{
border-color: #AFF3CA;
}
</style>