Shades of Magic Mint #AFF3CF
Tints of Magic Mint #AFF3CF
RGB
CMYK
RGB Variations
Color information
#AFF3CF (or 0xAFF3CF) is known color: Magic Mint. HEX triplet: AF, F3 and CF. RGB value is (175,243,207). Sum of RGB (Red+Green+Blue) = 175+243+207=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 243 (95.31% from 255 or 38.88% from 625); Blue value is 207 (81.25% from 255 or 33.12% from 625); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3CF is #500C30. Grayscale: #DADADA. Windows color (decimal): -5246001 or 13628335. OLE color: 13628335.
HSL color Cylindrical-coordinate representation of color #AFF3CF: hue angle of 148.24º 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 #AFF3CF is Cyan = 0.28, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 207 | - |
| CMYK | 0.28 | 0 | 0.15 | 0.05 |
| HSL | 148.24º | 0.74% | 0.82% | - |
| HSV(B) | 148.24º | 0.28% | 0.95% | - |
| XYZ | 60.99 | 77.72 | 70.82 | - |
| YUV | 218.56 | 121.47 | 96.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 207 | 0.28 | 0 | 0.15 | 0.05 | 148.24 | 0.74 | 0.82 |
| Hex | AF | F3 | CF | 1C | 0 | F | 5 | 94 | 4A | 52 |
| Octal | 257 | 363 | 317 | 34 | 0 | 17 | 5 | 224 | 112 | 122 |
| Binary | 10101111 | 11110011 | 11001111 | 11100 | 0 | 1111 | 101 | 10010100 | 1001010 | 1010010 |
Color Harmonies of #AFF3CF
Complementary color
Monochromatic Colors of #AFF3CF
Black with #AFF3CF
Text Example
Text Example
White with #AFF3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3CF; }
p { color: rgb(175,243,207); }
H1.HeaderClassName
{
color: #AFF3CF;
}
.AnyTagClassName
{
color: #AFF3CF;
}
</style>
background-color css
<style>
a { background-color: #AFF3CF; }
a { background-color: rgb(175,243,207); }
div.DivClassName
{
background-color: #AFF3CF;
}
.BgClassName
{
background-color: #AFF3CF;
}
</style>
border-color css
<style>
span { border-color: #AFF3CF; }
span { border-color: rgb(175,243,207); }
td.TdClassName
{
border-color: #AFF3CF;
}
.TagClassName
{
border-color: #AFF3CF;
}
</style>