Shades of Magic Mint #AFF3C5
Tints of Magic Mint #AFF3C5
RGB
CMYK
RGB Variations
Color information
#AFF3C5 (or 0xAFF3C5) is known color: Magic Mint. HEX triplet: AF, F3 and C5. RGB value is (175,243,197). Sum of RGB (Red+Green+Blue) = 175+243+197=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 197 (77.34% from 255 or 32.03% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3C5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3C5 is #500C3A. Grayscale: #D9D9D9. Windows color (decimal): -5246011 or 12972975. OLE color: 12972975.
HSL color Cylindrical-coordinate representation of color #AFF3C5: hue angle of 139.41º 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 #AFF3C5 is Cyan = 0.28, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 197 | - |
| CMYK | 0.28 | 0 | 0.19 | 0.05 |
| HSL | 139.41º | 0.74% | 0.82% | - |
| HSV(B) | 139.41º | 0.28% | 0.95% | - |
| XYZ | 59.81 | 77.25 | 64.58 | - |
| YUV | 217.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 197 | 0.28 | 0 | 0.19 | 0.05 | 139.41 | 0.74 | 0.82 |
| Hex | AF | F3 | C5 | 1C | 0 | 13 | 5 | 8B | 4A | 52 |
| Octal | 257 | 363 | 305 | 34 | 0 | 23 | 5 | 213 | 112 | 122 |
| Binary | 10101111 | 11110011 | 11000101 | 11100 | 0 | 10011 | 101 | 10001011 | 1001010 | 1010010 |
Color Harmonies of #AFF3C5
Complementary color
Monochromatic Colors of #AFF3C5
Black with #AFF3C5
Text Example
Text Example
White with #AFF3C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3C5; }
p { color: rgb(175,243,197); }
H1.HeaderClassName
{
color: #AFF3C5;
}
.AnyTagClassName
{
color: #AFF3C5;
}
</style>
background-color css
<style>
a { background-color: #AFF3C5; }
a { background-color: rgb(175,243,197); }
div.DivClassName
{
background-color: #AFF3C5;
}
.BgClassName
{
background-color: #AFF3C5;
}
</style>
border-color css
<style>
span { border-color: #AFF3C5; }
span { border-color: rgb(175,243,197); }
td.TdClassName
{
border-color: #AFF3C5;
}
.TagClassName
{
border-color: #AFF3C5;
}
</style>