Shades of Magic Mint #A4F4CB
Tints of Magic Mint #A4F4CB
RGB
CMYK
RGB Variations
Color information
#A4F4CB (or 0xA4F4CB) is known color: Magic Mint. HEX triplet: A4, F4 and CB. RGB value is (164,244,203). Sum of RGB (Red+Green+Blue) = 164+244+203=611 (80% of max value = 765). Red value is 164 (64.45% from 255 or 26.84% from 611); Green value is 244 (95.70% from 255 or 39.93% from 611); Blue value is 203 (79.69% from 255 or 33.22% from 611); Max value from RGB is 244 - color contains mainly: green. Hex color #A4F4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F4CB is #5B0B34. Grayscale: #D7D7D7. Windows color (decimal): -5966645 or 13366436. OLE color: 13366436.
HSL color Cylindrical-coordinate representation of color #A4F4CB: hue angle of 149.25º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A4F4CB is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 244 | 203 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.04 |
| HSL | 149.25º | 0.78% | 0.8% | - |
| HSV(B) | 149.25º | 0.33% | 0.96% | - |
| XYZ | 58.44 | 76.91 | 68.26 | - |
| YUV | 215.41 | 121 | 91.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 244 | 203 | 0.33 | 0 | 0.17 | 0.04 | 149.25 | 0.78 | 0.8 |
| Hex | A4 | F4 | CB | 21 | 0 | 11 | 4 | 95 | 4E | 50 |
| Octal | 244 | 364 | 313 | 41 | 0 | 21 | 4 | 225 | 116 | 120 |
| Binary | 10100100 | 11110100 | 11001011 | 100001 | 0 | 10001 | 100 | 10010101 | 1001110 | 1010000 |
Color Harmonies of #A4F4CB
Complementary color
Monochromatic Colors of #A4F4CB
Black with #A4F4CB
Text Example
Text Example
White with #A4F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F4CB; }
p { color: rgb(164,244,203); }
H1.HeaderClassName
{
color: #A4F4CB;
}
.AnyTagClassName
{
color: #A4F4CB;
}
</style>
background-color css
<style>
a { background-color: #A4F4CB; }
a { background-color: rgb(164,244,203); }
div.DivClassName
{
background-color: #A4F4CB;
}
.BgClassName
{
background-color: #A4F4CB;
}
</style>
border-color css
<style>
span { border-color: #A4F4CB; }
span { border-color: rgb(164,244,203); }
td.TdClassName
{
border-color: #A4F4CB;
}
.TagClassName
{
border-color: #A4F4CB;
}
</style>