Shades of Magic Mint #AFF2D5
Tints of Magic Mint #AFF2D5
RGB
CMYK
RGB Variations
Color information
#AFF2D5 (or 0xAFF2D5) is known color: Magic Mint. HEX triplet: AF, F2 and D5. RGB value is (175,242,213). Sum of RGB (Red+Green+Blue) = 175+242+213=630 (83% of max value = 765). Red value is 175 (68.75% from 255 or 27.78% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 213 (83.59% from 255 or 33.81% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2D5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFF2D5 is #500D2A. Grayscale: #DADADA. Windows color (decimal): -5246251 or 14021295. OLE color: 14021295.
HSL color Cylindrical-coordinate representation of color #AFF2D5: hue angle of 154.03º degrees, saturation: 0.72, 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 #AFF2D5 is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 242 | 213 | - |
| CMYK | 0.28 | 0 | 0.12 | 0.05 |
| HSL | 154.03º | 0.72% | 0.82% | - |
| HSV(B) | 154.03º | 0.28% | 0.95% | - |
| XYZ | 61.44 | 77.42 | 74.66 | - |
| YUV | 218.66 | 124.8 | 96.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 242 | 213 | 0.28 | 0 | 0.12 | 0.05 | 154.03 | 0.72 | 0.82 |
| Hex | AF | F2 | D5 | 1C | 0 | C | 5 | 9A | 48 | 52 |
| Octal | 257 | 362 | 325 | 34 | 0 | 14 | 5 | 232 | 110 | 122 |
| Binary | 10101111 | 11110010 | 11010101 | 11100 | 0 | 1100 | 101 | 10011010 | 1001000 | 1010010 |
Color Harmonies of #AFF2D5
Complementary color
Monochromatic Colors of #AFF2D5
Black with #AFF2D5
Text Example
Text Example
White with #AFF2D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFF2D5; }
p { color: rgb(175,242,213); }
H1.HeaderClassName
{
color: #AFF2D5;
}
.AnyTagClassName
{
color: #AFF2D5;
}
</style>
background-color css
<style>
a { background-color: #AFF2D5; }
a { background-color: rgb(175,242,213); }
div.DivClassName
{
background-color: #AFF2D5;
}
.BgClassName
{
background-color: #AFF2D5;
}
</style>
border-color css
<style>
span { border-color: #AFF2D5; }
span { border-color: rgb(175,242,213); }
td.TdClassName
{
border-color: #AFF2D5;
}
.TagClassName
{
border-color: #AFF2D5;
}
</style>