Shades of Magic Mint #A4FBD4
Tints of Magic Mint #A4FBD4
RGB
CMYK
RGB Variations
Color information
#A4FBD4 (or 0xA4FBD4) is known color: Magic Mint. HEX triplet: A4, FB and D4. RGB value is (164,251,212). Sum of RGB (Red+Green+Blue) = 164+251+212=627 (83% of max value = 765). Red value is 164 (64.45% from 255 or 26.16% from 627); Green value is 251 (98.44% from 255 or 40.03% from 627); Blue value is 212 (83.20% from 255 or 33.81% from 627); Max value from RGB is 251 - color contains mainly: green. Hex color #A4FBD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4FBD4 is #5B042B. Grayscale: #DCDCDC. Windows color (decimal): -5964844 or 13958052. OLE color: 13958052.
HSL color Cylindrical-coordinate representation of color #A4FBD4: hue angle of 153.1º 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 #A4FBD4 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 251 | 212 | - |
| CMYK | 0.35 | 0 | 0.16 | 0.02 |
| HSL | 153.1º | 0.92% | 0.81% | - |
| HSV(B) | 153.1º | 0.35% | 0.98% | - |
| XYZ | 61.69 | 81.64 | 74.79 | - |
| YUV | 220.54 | 123.18 | 87.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 251 | 212 | 0.35 | 0 | 0.16 | 0.02 | 153.1 | 0.92 | 0.81 |
| Hex | A4 | FB | D4 | 23 | 0 | 10 | 2 | 99 | 5C | 51 |
| Octal | 244 | 373 | 324 | 43 | 0 | 20 | 2 | 231 | 134 | 121 |
| Binary | 10100100 | 11111011 | 11010100 | 100011 | 0 | 10000 | 10 | 10011001 | 1011100 | 1010001 |
Color Harmonies of #A4FBD4
Complementary color
Monochromatic Colors of #A4FBD4
Black with #A4FBD4
Text Example
Text Example
White with #A4FBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4FBD4; }
p { color: rgb(164,251,212); }
H1.HeaderClassName
{
color: #A4FBD4;
}
.AnyTagClassName
{
color: #A4FBD4;
}
</style>
background-color css
<style>
a { background-color: #A4FBD4; }
a { background-color: rgb(164,251,212); }
div.DivClassName
{
background-color: #A4FBD4;
}
.BgClassName
{
background-color: #A4FBD4;
}
</style>
border-color css
<style>
span { border-color: #A4FBD4; }
span { border-color: rgb(164,251,212); }
td.TdClassName
{
border-color: #A4FBD4;
}
.TagClassName
{
border-color: #A4FBD4;
}
</style>