Shades of Magic Mint #AFF5CF
Tints of Magic Mint #AFF5CF
RGB
CMYK
RGB Variations
Color information
#AFF5CF (or 0xAFF5CF) is known color: Magic Mint. HEX triplet: AF, F5 and CF. RGB value is (175,245,207). Sum of RGB (Red+Green+Blue) = 175+245+207=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 245 (96.09% from 255 or 39.07% from 627); Blue value is 207 (81.25% from 255 or 33.01% from 627); Max value from RGB is 245 - color contains mainly: green. Hex color #AFF5CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF5CF is #500A30. Grayscale: #DBDBDB. Windows color (decimal): -5245489 or 13628847. OLE color: 13628847.
HSL color Cylindrical-coordinate representation of color #AFF5CF: hue angle of 147.43º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF5CF is Cyan = 0.29, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 245 | 207 | - |
| CMYK | 0.29 | 0 | 0.16 | 0.04 |
| HSL | 147.43º | 0.78% | 0.82% | - |
| HSV(B) | 147.43º | 0.29% | 0.96% | - |
| XYZ | 61.59 | 78.92 | 71.02 | - |
| YUV | 219.74 | 120.81 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 245 | 207 | 0.29 | 0 | 0.16 | 0.04 | 147.43 | 0.78 | 0.82 |
| Hex | AF | F5 | CF | 1D | 0 | 10 | 4 | 93 | 4E | 52 |
| Octal | 257 | 365 | 317 | 35 | 0 | 20 | 4 | 223 | 116 | 122 |
| Binary | 10101111 | 11110101 | 11001111 | 11101 | 0 | 10000 | 100 | 10010011 | 1001110 | 1010010 |
Color Harmonies of #AFF5CF
Complementary color
Monochromatic Colors of #AFF5CF
Black with #AFF5CF
Text Example
Text Example
White with #AFF5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF5CF; }
p { color: rgb(175,245,207); }
H1.HeaderClassName
{
color: #AFF5CF;
}
.AnyTagClassName
{
color: #AFF5CF;
}
</style>
background-color css
<style>
a { background-color: #AFF5CF; }
a { background-color: rgb(175,245,207); }
div.DivClassName
{
background-color: #AFF5CF;
}
.BgClassName
{
background-color: #AFF5CF;
}
</style>
border-color css
<style>
span { border-color: #AFF5CF; }
span { border-color: rgb(175,245,207); }
td.TdClassName
{
border-color: #AFF5CF;
}
.TagClassName
{
border-color: #AFF5CF;
}
</style>