Shades of Magic Mint #AFF3D1
Tints of Magic Mint #AFF3D1
RGB
CMYK
RGB Variations
Color information
#AFF3D1 (or 0xAFF3D1) is known color: Magic Mint. HEX triplet: AF, F3 and D1. RGB value is (175,243,209). Sum of RGB (Red+Green+Blue) = 175+243+209=627 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.91% from 627); Green value is 243 (95.31% from 255 or 38.76% from 627); Blue value is 209 (82.03% from 255 or 33.33% from 627); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3D1 is #500C2E. Grayscale: #DADADA. Windows color (decimal): -5245999 or 13759407. OLE color: 13759407.
HSL color Cylindrical-coordinate representation of color #AFF3D1: hue angle of 150º 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 #AFF3D1 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 209 | - |
| CMYK | 0.28 | 0 | 0.14 | 0.05 |
| HSL | 150º | 0.74% | 0.82% | - |
| HSV(B) | 150º | 0.28% | 0.95% | - |
| XYZ | 61.24 | 77.82 | 72.11 | - |
| YUV | 218.79 | 122.47 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 209 | 0.28 | 0 | 0.14 | 0.05 | 150 | 0.74 | 0.82 |
| Hex | AF | F3 | D1 | 1C | 0 | E | 5 | 96 | 4A | 52 |
| Octal | 257 | 363 | 321 | 34 | 0 | 16 | 5 | 226 | 112 | 122 |
| Binary | 10101111 | 11110011 | 11010001 | 11100 | 0 | 1110 | 101 | 10010110 | 1001010 | 1010010 |
Color Harmonies of #AFF3D1
Complementary color
Monochromatic Colors of #AFF3D1
Black with #AFF3D1
Text Example
Text Example
White with #AFF3D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3D1; }
p { color: rgb(175,243,209); }
H1.HeaderClassName
{
color: #AFF3D1;
}
.AnyTagClassName
{
color: #AFF3D1;
}
</style>
background-color css
<style>
a { background-color: #AFF3D1; }
a { background-color: rgb(175,243,209); }
div.DivClassName
{
background-color: #AFF3D1;
}
.BgClassName
{
background-color: #AFF3D1;
}
</style>
border-color css
<style>
span { border-color: #AFF3D1; }
span { border-color: rgb(175,243,209); }
td.TdClassName
{
border-color: #AFF3D1;
}
.TagClassName
{
border-color: #AFF3D1;
}
</style>