Shades of Magic Mint #AFEDD2
Tints of Magic Mint #AFEDD2
RGB
CMYK
RGB Variations
Color information
#AFEDD2 (or 0xAFEDD2) is known color: Magic Mint. HEX triplet: AF, ED and D2. RGB value is (175,237,210). Sum of RGB (Red+Green+Blue) = 175+237+210=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 237 (92.97% from 255 or 38.10% from 622); Blue value is 210 (82.42% from 255 or 33.76% from 622); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDD2 is #50122D. Grayscale: #D7D7D7. Windows color (decimal): -5247534 or 13823407. OLE color: 13823407.
HSL color Cylindrical-coordinate representation of color #AFEDD2: hue angle of 153.87º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDD2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 210 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 153.87º | 0.63% | 0.81% | - |
| HSV(B) | 153.87º | 0.26% | 0.93% | - |
| XYZ | 59.6 | 74.34 | 72.18 | - |
| YUV | 215.38 | 124.96 | 99.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 210 | 0.26 | 0 | 0.11 | 0.07 | 153.87 | 0.63 | 0.81 |
| Hex | AF | ED | D2 | 1A | 0 | B | 7 | 9A | 3F | 51 |
| Octal | 257 | 355 | 322 | 32 | 0 | 13 | 7 | 232 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11010010 | 11010 | 0 | 1011 | 111 | 10011010 | 111111 | 1010001 |
Color Harmonies of #AFEDD2
Complementary color
Monochromatic Colors of #AFEDD2
Black with #AFEDD2
Text Example
Text Example
White with #AFEDD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDD2; }
p { color: rgb(175,237,210); }
H1.HeaderClassName
{
color: #AFEDD2;
}
.AnyTagClassName
{
color: #AFEDD2;
}
</style>
background-color css
<style>
a { background-color: #AFEDD2; }
a { background-color: rgb(175,237,210); }
div.DivClassName
{
background-color: #AFEDD2;
}
.BgClassName
{
background-color: #AFEDD2;
}
</style>
border-color css
<style>
span { border-color: #AFEDD2; }
span { border-color: rgb(175,237,210); }
td.TdClassName
{
border-color: #AFEDD2;
}
.TagClassName
{
border-color: #AFEDD2;
}
</style>