Shades of Magic Mint #AFEECF
Tints of Magic Mint #AFEECF
RGB
CMYK
RGB Variations
Color information
#AFEECF (or 0xAFEECF) is known color: Magic Mint. HEX triplet: AF, EE and CF. RGB value is (175,238,207). Sum of RGB (Red+Green+Blue) = 175+238+207=620 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28.23% from 620); Green value is 238 (93.36% from 255 or 38.39% from 620); Blue value is 207 (81.25% from 255 or 33.39% from 620); Max value from RGB is 238 - color contains mainly: green. Hex color #AFEECF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEECF is #501130. Grayscale: #D7D7D7. Windows color (decimal): -5247281 or 13627055. OLE color: 13627055.
HSL color Cylindrical-coordinate representation of color #AFEECF: hue angle of 150.48º degrees, saturation: 0.65, 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 #AFEECF is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 238 | 207 | - |
| CMYK | 0.26 | 0 | 0.13 | 0.07 |
| HSL | 150.48º | 0.65% | 0.81% | - |
| HSV(B) | 150.48º | 0.26% | 0.93% | - |
| XYZ | 59.52 | 74.77 | 70.33 | - |
| YUV | 215.63 | 123.13 | 99.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 238 | 207 | 0.26 | 0 | 0.13 | 0.07 | 150.48 | 0.65 | 0.81 |
| Hex | AF | EE | CF | 1A | 0 | D | 7 | 96 | 41 | 51 |
| Octal | 257 | 356 | 317 | 32 | 0 | 15 | 7 | 226 | 101 | 121 |
| Binary | 10101111 | 11101110 | 11001111 | 11010 | 0 | 1101 | 111 | 10010110 | 1000001 | 1010001 |
Color Harmonies of #AFEECF
Complementary color
Monochromatic Colors of #AFEECF
Black with #AFEECF
Text Example
Text Example
White with #AFEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEECF; }
p { color: rgb(175,238,207); }
H1.HeaderClassName
{
color: #AFEECF;
}
.AnyTagClassName
{
color: #AFEECF;
}
</style>
background-color css
<style>
a { background-color: #AFEECF; }
a { background-color: rgb(175,238,207); }
div.DivClassName
{
background-color: #AFEECF;
}
.BgClassName
{
background-color: #AFEECF;
}
</style>
border-color css
<style>
span { border-color: #AFEECF; }
span { border-color: rgb(175,238,207); }
td.TdClassName
{
border-color: #AFEECF;
}
.TagClassName
{
border-color: #AFEECF;
}
</style>