Shades of Magic Mint #AFEDD4
Tints of Magic Mint #AFEDD4
RGB
CMYK
RGB Variations
Color information
#AFEDD4 (or 0xAFEDD4) is known color: Magic Mint. HEX triplet: AF, ED and D4. RGB value is (175,237,212). Sum of RGB (Red+Green+Blue) = 175+237+212=624 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.04% from 624); Green value is 237 (92.97% from 255 or 37.98% from 624); Blue value is 212 (83.20% from 255 or 33.97% from 624); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEDD4 is #50122B. Grayscale: #D7D7D7. Windows color (decimal): -5247532 or 13954479. OLE color: 13954479.
HSL color Cylindrical-coordinate representation of color #AFEDD4: hue angle of 155.81º 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 #AFEDD4 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 237 | 212 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 155.81º | 0.63% | 0.81% | - |
| HSV(B) | 155.81º | 0.26% | 0.93% | - |
| XYZ | 59.85 | 74.44 | 73.5 | - |
| YUV | 215.61 | 125.96 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 237 | 212 | 0.26 | 0 | 0.11 | 0.07 | 155.81 | 0.63 | 0.81 |
| Hex | AF | ED | D4 | 1A | 0 | B | 7 | 9C | 3F | 51 |
| Octal | 257 | 355 | 324 | 32 | 0 | 13 | 7 | 234 | 77 | 121 |
| Binary | 10101111 | 11101101 | 11010100 | 11010 | 0 | 1011 | 111 | 10011100 | 111111 | 1010001 |
Color Harmonies of #AFEDD4
Complementary color
Monochromatic Colors of #AFEDD4
Black with #AFEDD4
Text Example
Text Example
White with #AFEDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEDD4; }
p { color: rgb(175,237,212); }
H1.HeaderClassName
{
color: #AFEDD4;
}
.AnyTagClassName
{
color: #AFEDD4;
}
</style>
background-color css
<style>
a { background-color: #AFEDD4; }
a { background-color: rgb(175,237,212); }
div.DivClassName
{
background-color: #AFEDD4;
}
.BgClassName
{
background-color: #AFEDD4;
}
</style>
border-color css
<style>
span { border-color: #AFEDD4; }
span { border-color: rgb(175,237,212); }
td.TdClassName
{
border-color: #AFEDD4;
}
.TagClassName
{
border-color: #AFEDD4;
}
</style>