Shades of Magic Mint #A4FBDC
Tints of Magic Mint #A4FBDC
RGB
CMYK
RGB Variations
Color information
#A4FBDC (or 0xA4FBDC) is known color: Magic Mint. HEX triplet: A4, FB and DC. RGB value is (164,251,220). Sum of RGB (Red+Green+Blue) = 164+251+220=635 (84% of max value = 765). Red value is 164 (64.45% from 255 or 25.83% from 635); Green value is 251 (98.44% from 255 or 39.53% from 635); Blue value is 220 (86.33% from 255 or 34.65% from 635); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBDC is #5B0423. Grayscale: #DDDDDD. Windows color (decimal): -5964836 or 14482340. OLE color: 14482340.
HSL color Cylindrical-coordinate representation of color #A4FBDC: hue angle of 158.62º degrees, saturation: 0.92, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A4FBDC is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 220 | - |
| CMYK | 0.35 | 0 | 0.12 | 0.02 |
| HSL | 158.62º | 0.92% | 0.81% | - |
| HSV(B) | 158.62º | 0.35% | 0.98% | - |
| XYZ | 62.73 | 82.05 | 80.24 | - |
| YUV | 221.45 | 127.18 | 87.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 220 | 0.35 | 0 | 0.12 | 0.02 | 158.62 | 0.92 | 0.81 |
| Hex | A4 | FB | DC | 23 | 0 | C | 2 | 9F | 5C | 51 |
| Octal | 244 | 373 | 334 | 43 | 0 | 14 | 2 | 237 | 134 | 121 |
| Binary | 10100100 | 11111011 | 11011100 | 100011 | 0 | 1100 | 10 | 10011111 | 1011100 | 1010001 |
Color Harmonies of #A4FBDC
Complementary color
Monochromatic Colors of #A4FBDC
Black with #A4FBDC
Text Example
Text Example
White with #A4FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBDC; }
p { color: rgb(164,251,220); }
H1.HeaderClassName
{
color: #A4FBDC;
}
.AnyTagClassName
{
color: #A4FBDC;
}
</style>
background-color css
<style>
a { background-color: #A4FBDC; }
a { background-color: rgb(164,251,220); }
div.DivClassName
{
background-color: #A4FBDC;
}
.BgClassName
{
background-color: #A4FBDC;
}
</style>
border-color css
<style>
span { border-color: #A4FBDC; }
span { border-color: rgb(164,251,220); }
td.TdClassName
{
border-color: #A4FBDC;
}
.TagClassName
{
border-color: #A4FBDC;
}
</style>