Shades of Magic Mint #AFEBD2
Tints of Magic Mint #AFEBD2
RGB
CMYK
RGB Variations
Color information
#AFEBD2 (or 0xAFEBD2) is known color: Magic Mint. HEX triplet: AF, EB and D2. RGB value is (175,235,210). Sum of RGB (Red+Green+Blue) = 175+235+210=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 235 (92.19% from 255 or 37.90% from 620); Blue value is 210 (82.42% from 255 or 33.87% from 620); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEBD2 is #50142D. Grayscale: #D6D6D6. Windows color (decimal): -5248046 or 13822895. OLE color: 13822895.
HSL color Cylindrical-coordinate representation of color #AFEBD2: hue angle of 155º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBD2 is Cyan = 0.26, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 175 | 235 | 210 | - |
| CMYK | 0.26 | 0 | 0.11 | 0.08 |
| HSL | 155º | 0.6% | 0.8% | - |
| HSV(B) | 155º | 0.26% | 0.92% | - |
| XYZ | 59.02 | 73.18 | 71.99 | - |
| YUV | 214.21 | 125.62 | 100.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 235 | 210 | 0.26 | 0 | 0.11 | 0.08 | 155 | 0.6 | 0.8 |
| Hex | AF | EB | D2 | 1A | 0 | B | 8 | 9B | 3C | 50 |
| Octal | 257 | 353 | 322 | 32 | 0 | 13 | 10 | 233 | 74 | 120 |
| Binary | 10101111 | 11101011 | 11010010 | 11010 | 0 | 1011 | 1000 | 10011011 | 111100 | 1010000 |
Color Harmonies of #AFEBD2
Complementary color
Monochromatic Colors of #AFEBD2
Black with #AFEBD2
Text Example
Text Example
White with #AFEBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEBD2; }
p { color: rgb(175,235,210); }
H1.HeaderClassName
{
color: #AFEBD2;
}
.AnyTagClassName
{
color: #AFEBD2;
}
</style>
background-color css
<style>
a { background-color: #AFEBD2; }
a { background-color: rgb(175,235,210); }
div.DivClassName
{
background-color: #AFEBD2;
}
.BgClassName
{
background-color: #AFEBD2;
}
</style>
border-color css
<style>
span { border-color: #AFEBD2; }
span { border-color: rgb(175,235,210); }
td.TdClassName
{
border-color: #AFEBD2;
}
.TagClassName
{
border-color: #AFEBD2;
}
</style>