Shades of Magic Mint #AFFFCA
Tints of Magic Mint #AFFFCA
RGB
CMYK
RGB Variations
Color information
#AFFFCA (or 0xAFFFCA) is known color: Magic Mint. HEX triplet: AF, FF and CA. RGB value is (175,255,202). Sum of RGB (Red+Green+Blue) = 175+255+202=632 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.69% from 632); Green value is 255 (100% from 255 or 40.35% from 632); Blue value is 202 (79.30% from 255 or 31.96% from 632); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFFFCA is #500035. Grayscale: #E1E1E1. Windows color (decimal): -5242934 or 13303727. OLE color: 13303727.
HSL color Cylindrical-coordinate representation of color #AFFFCA: hue angle of 140.25º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFFFCA is Cyan = 0.31, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 255 | 202 | - |
| CMYK | 0.31 | 0 | 0.21 | 0 |
| HSL | 140.25º | 1% | 0.84% | - |
| HSV(B) | 140.25º | 0.31% | 1% | - |
| XYZ | 64.1 | 84.9 | 68.89 | - |
| YUV | 225.04 | 115 | 92.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 255 | 202 | 0.31 | 0 | 0.21 | 0 | 140.25 | 1 | 0.84 |
| Hex | AF | FF | CA | 1F | 0 | 15 | 0 | 8C | 64 | 54 |
| Octal | 257 | 377 | 312 | 37 | 0 | 25 | 0 | 214 | 144 | 124 |
| Binary | 10101111 | 11111111 | 11001010 | 11111 | 0 | 10101 | 0 | 10001100 | 1100100 | 1010100 |
Color Harmonies of #AFFFCA
Complementary color
Monochromatic Colors of #AFFFCA
Black with #AFFFCA
Text Example
Text Example
White with #AFFFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFFFCA; }
p { color: rgb(175,255,202); }
H1.HeaderClassName
{
color: #AFFFCA;
}
.AnyTagClassName
{
color: #AFFFCA;
}
</style>
background-color css
<style>
a { background-color: #AFFFCA; }
a { background-color: rgb(175,255,202); }
div.DivClassName
{
background-color: #AFFFCA;
}
.BgClassName
{
background-color: #AFFFCA;
}
</style>
border-color css
<style>
span { border-color: #AFFFCA; }
span { border-color: rgb(175,255,202); }
td.TdClassName
{
border-color: #AFFFCA;
}
.TagClassName
{
border-color: #AFFFCA;
}
</style>