Shades of Magic Mint #AFECD2
Tints of Magic Mint #AFECD2
RGB
CMYK
RGB Variations
Color information
#AFECD2 (or 0xAFECD2) is known color: Magic Mint. HEX triplet: AF, EC and D2. RGB value is (175,236,210). Sum of RGB (Red+Green+Blue) = 175+236+210=621 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.18% from 621); Green value is 236 (92.58% from 255 or 38.00% from 621); Blue value is 210 (82.42% from 255 or 33.82% from 621); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFECD2 is #50132D. Grayscale: #D6D6D6. Windows color (decimal): -5247790 or 13823151. OLE color: 13823151.
HSL color Cylindrical-coordinate representation of color #AFECD2: hue angle of 154.43º 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 #AFECD2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 236 | 210 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.07 |
| HSL | 154.43º | 0.62% | 0.81% | - |
| HSV(B) | 154.43º | 0.26% | 0.93% | - |
| XYZ | 59.31 | 73.76 | 72.08 | - |
| YUV | 214.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 236 | 210 | 0.26 | 0 | 0.11 | 0.07 | 154.43 | 0.62 | 0.81 |
| Hex | AF | EC | D2 | 1A | 0 | B | 7 | 9A | 3E | 51 |
| Octal | 257 | 354 | 322 | 32 | 0 | 13 | 7 | 232 | 76 | 121 |
| Binary | 10101111 | 11101100 | 11010010 | 11010 | 0 | 1011 | 111 | 10011010 | 111110 | 1010001 |
Color Harmonies of #AFECD2
Complementary color
Monochromatic Colors of #AFECD2
Black with #AFECD2
Text Example
Text Example
White with #AFECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFECD2; }
p { color: rgb(175,236,210); }
H1.HeaderClassName
{
color: #AFECD2;
}
.AnyTagClassName
{
color: #AFECD2;
}
</style>
background-color css
<style>
a { background-color: #AFECD2; }
a { background-color: rgb(175,236,210); }
div.DivClassName
{
background-color: #AFECD2;
}
.BgClassName
{
background-color: #AFECD2;
}
</style>
border-color css
<style>
span { border-color: #AFECD2; }
span { border-color: rgb(175,236,210); }
td.TdClassName
{
border-color: #AFECD2;
}
.TagClassName
{
border-color: #AFECD2;
}
</style>