Shades of Magic Mint #AFF3D7
Tints of Magic Mint #AFF3D7
RGB
CMYK
RGB Variations
Color information
#AFF3D7 (or 0xAFF3D7) is known color: Magic Mint. HEX triplet: AF, F3 and D7. RGB value is (175,243,215). Sum of RGB (Red+Green+Blue) = 175+243+215=633 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.65% from 633); Green value is 243 (95.31% from 255 or 38.39% from 633); Blue value is 215 (84.38% from 255 or 33.97% from 633); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3D7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF3D7 is #500C28. Grayscale: #DBDBDB. Windows color (decimal): -5245993 or 14152623. OLE color: 14152623.
HSL color Cylindrical-coordinate representation of color #AFF3D7: hue angle of 155.29º 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 #AFF3D7 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 243 | 215 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.05 |
| HSL | 155.29º | 0.74% | 0.82% | - |
| HSV(B) | 155.29º | 0.28% | 0.95% | - |
| XYZ | 62 | 78.12 | 76.1 | - |
| YUV | 219.48 | 125.47 | 96.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 243 | 215 | 0.28 | 0 | 0.12 | 0.05 | 155.29 | 0.74 | 0.82 |
| Hex | AF | F3 | D7 | 1C | 0 | C | 5 | 9B | 4A | 52 |
| Octal | 257 | 363 | 327 | 34 | 0 | 14 | 5 | 233 | 112 | 122 |
| Binary | 10101111 | 11110011 | 11010111 | 11100 | 0 | 1100 | 101 | 10011011 | 1001010 | 1010010 |
Color Harmonies of #AFF3D7
Complementary color
Monochromatic Colors of #AFF3D7
Black with #AFF3D7
Text Example
Text Example
White with #AFF3D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF3D7; }
p { color: rgb(175,243,215); }
H1.HeaderClassName
{
color: #AFF3D7;
}
.AnyTagClassName
{
color: #AFF3D7;
}
</style>
background-color css
<style>
a { background-color: #AFF3D7; }
a { background-color: rgb(175,243,215); }
div.DivClassName
{
background-color: #AFF3D7;
}
.BgClassName
{
background-color: #AFF3D7;
}
</style>
border-color css
<style>
span { border-color: #AFF3D7; }
span { border-color: rgb(175,243,215); }
td.TdClassName
{
border-color: #AFF3D7;
}
.TagClassName
{
border-color: #AFF3D7;
}
</style>