Shades of Magic Mint #AFEFD3
Tints of Magic Mint #AFEFD3
RGB
CMYK
RGB Variations
Color information
#AFEFD3 (or 0xAFEFD3) is known color: Magic Mint. HEX triplet: AF, EF and D3. RGB value is (175,239,211). Sum of RGB (Red+Green+Blue) = 175+239+211=625 (82% of max value = 765). Red value is 175 (68.75% from 255 or 28% from 625); Green value is 239 (93.75% from 255 or 38.24% from 625); Blue value is 211 (82.81% from 255 or 33.76% from 625); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFD3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #AFEFD3 is #50102C. Grayscale: #D8D8D8. Windows color (decimal): -5247021 or 13889455. OLE color: 13889455.
HSL color Cylindrical-coordinate representation of color #AFEFD3: hue angle of 153.75º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFEFD3 is Cyan = 0.27, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 239 | 211 | - |
| CMYK | 0.27 | 0 | 0.12 | 0.06 |
| HSL | 153.75º | 0.67% | 0.81% | - |
| HSV(B) | 153.75º | 0.27% | 0.94% | - |
| XYZ | 60.3 | 75.55 | 73.03 | - |
| YUV | 216.67 | 124.8 | 98.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 239 | 211 | 0.27 | 0 | 0.12 | 0.06 | 153.75 | 0.67 | 0.81 |
| Hex | AF | EF | D3 | 1B | 0 | C | 6 | 9A | 43 | 51 |
| Octal | 257 | 357 | 323 | 33 | 0 | 14 | 6 | 232 | 103 | 121 |
| Binary | 10101111 | 11101111 | 11010011 | 11011 | 0 | 1100 | 110 | 10011010 | 1000011 | 1010001 |
Color Harmonies of #AFEFD3
Complementary color
Monochromatic Colors of #AFEFD3
Black with #AFEFD3
Text Example
Text Example
White with #AFEFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFEFD3; }
p { color: rgb(175,239,211); }
H1.HeaderClassName
{
color: #AFEFD3;
}
.AnyTagClassName
{
color: #AFEFD3;
}
</style>
background-color css
<style>
a { background-color: #AFEFD3; }
a { background-color: rgb(175,239,211); }
div.DivClassName
{
background-color: #AFEFD3;
}
.BgClassName
{
background-color: #AFEFD3;
}
</style>
border-color css
<style>
span { border-color: #AFEFD3; }
span { border-color: rgb(175,239,211); }
td.TdClassName
{
border-color: #AFEFD3;
}
.TagClassName
{
border-color: #AFEFD3;
}
</style>