Shades of Magic Mint #AFDEC7
Tints of Magic Mint #AFDEC7
RGB
CMYK
RGB Variations
Color information
#AFDEC7 (or 0xAFDEC7) is known color: Magic Mint. HEX triplet: AF, DE and C7. RGB value is (175,222,199). Sum of RGB (Red+Green+Blue) = 175+222+199=596 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.36% from 596); Green value is 222 (87.11% from 255 or 37.25% from 596); Blue value is 199 (78.12% from 255 or 33.39% from 596); Max value from RGB is 222 - color contains mainly: green. Hex color #AFDEC7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFDEC7 is #502138. Grayscale: #CDCDCD. Windows color (decimal): -5251385 or 13098671. OLE color: 13098671.
HSL color Cylindrical-coordinate representation of color #AFDEC7: hue angle of 150.64º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFDEC7 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 222 | 199 | - |
| CMYK | 0.21 | 0 | 0.10 | 0.13 |
| HSL | 150.64º | 0.42% | 0.78% | - |
| HSV(B) | 150.64º | 0.21% | 0.87% | - |
| XYZ | 54.11 | 65.48 | 63.82 | - |
| YUV | 205.33 | 124.43 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 222 | 199 | 0.21 | 0 | 0.10 | 0.13 | 150.64 | 0.42 | 0.78 |
| Hex | AF | DE | C7 | 15 | 0 | A | D | 97 | 2A | 4E |
| Octal | 257 | 336 | 307 | 25 | 0 | 12 | 15 | 227 | 52 | 116 |
| Binary | 10101111 | 11011110 | 11000111 | 10101 | 0 | 1010 | 1101 | 10010111 | 101010 | 1001110 |
Color Harmonies of #AFDEC7
Complementary color
Monochromatic Colors of #AFDEC7
Black with #AFDEC7
Text Example
Text Example
White with #AFDEC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFDEC7; }
p { color: rgb(175,222,199); }
H1.HeaderClassName
{
color: #AFDEC7;
}
.AnyTagClassName
{
color: #AFDEC7;
}
</style>
background-color css
<style>
a { background-color: #AFDEC7; }
a { background-color: rgb(175,222,199); }
div.DivClassName
{
background-color: #AFDEC7;
}
.BgClassName
{
background-color: #AFDEC7;
}
</style>
border-color css
<style>
span { border-color: #AFDEC7; }
span { border-color: rgb(175,222,199); }
td.TdClassName
{
border-color: #AFDEC7;
}
.TagClassName
{
border-color: #AFDEC7;
}
</style>