Shades of Magic Mint #AFECD3
Tints of Magic Mint #AFECD3
RGB
CMYK
RGB Variations
Color information
#AFECD3 (or 0xAFECD3) is known color: Magic Mint. HEX triplet: AF, EC and D3. RGB value is (175,236,211). Sum of RGB (Red+Green+Blue) = 175+236+211=622 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.14% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 211 (82.81% from 255 or 33.92% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD3 is #50132C. Grayscale: #D6D6D6. Windows color (decimal): -5247789 or 13888687. OLE color: 13888687.
HSL color Cylindrical-coordinate representation of color #AFECD3: hue angle of 155.41º degrees, saturation: 0.62, 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 #AFECD3 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 211 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 155.41º | 0.62% | 0.81% | - |
| HSV(B) | 155.41º | 0.26% | 0.93% | - |
| XYZ | 59.43 | 73.81 | 72.74 | - |
| YUV | 214.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 211 | 0.26 | 0 | 0.11 | 0.07 | 155.41 | 0.62 | 0.81 |
| Hex | AF | EC | D3 | 1A | 0 | B | 7 | 9B | 3E | 51 |
| Octal | 257 | 354 | 323 | 32 | 0 | 13 | 7 | 233 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11010011 | 11010 | 0 | 1011 | 111 | 10011011 | 111110 | 1010001 |
Color Harmonies of #AFECD3
Complementary color
Monochromatic Colors of #AFECD3
Black with #AFECD3
Text Example
Text Example
White with #AFECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECD3; }
p { color: rgb(175,236,211); }
H1.HeaderClassName
{
color: #AFECD3;
}
.AnyTagClassName
{
color: #AFECD3;
}
</style>
background-color css
<style>
a { background-color: #AFECD3; }
a { background-color: rgb(175,236,211); }
div.DivClassName
{
background-color: #AFECD3;
}
.BgClassName
{
background-color: #AFECD3;
}
</style>
border-color css
<style>
span { border-color: #AFECD3; }
span { border-color: rgb(175,236,211); }
td.TdClassName
{
border-color: #AFECD3;
}
.TagClassName
{
border-color: #AFECD3;
}
</style>