Shades of Magic Mint #A4F5CB
Tints of Magic Mint #A4F5CB
RGB
CMYK
RGB Variations
Color information
#A4F5CB (or 0xA4F5CB) is known color: Magic Mint. HEX triplet: A4, F5 and CB. RGB value is (164,245,203). Sum of RGB (Red+Green+Blue) = 164+245+203=612 (81% of max value = 765). Red value is 164 (64.45% from 255 or 26.80% from 612); Green value is 245 (96.09% from 255 or 40.03% from 612); Blue value is 203 (79.69% from 255 or 33.17% from 612); Max value from RGB is 245 - color contains mainly: green. Hex color #A4F5CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F5CB is #5B0A34. Grayscale: #D8D8D8. Windows color (decimal): -5966389 or 13366692. OLE color: 13366692.
HSL color Cylindrical-coordinate representation of color #A4F5CB: hue angle of 148.89º degrees, saturation: 0.8, 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 #A4F5CB is Cyan = 0.33, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 245 | 203 | - |
| CMYK | 0.33 | 0 | 0.17 | 0.04 |
| HSL | 148.89º | 0.8% | 0.8% | - |
| HSV(B) | 148.89º | 0.33% | 0.96% | - |
| XYZ | 58.74 | 77.51 | 68.36 | - |
| YUV | 215.99 | 120.66 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 245 | 203 | 0.33 | 0 | 0.17 | 0.04 | 148.89 | 0.8 | 0.8 |
| Hex | A4 | F5 | CB | 21 | 0 | 11 | 4 | 95 | 50 | 50 |
| Octal | 244 | 365 | 313 | 41 | 0 | 21 | 4 | 225 | 120 | 120 |
| Binary | 10100100 | 11110101 | 11001011 | 100001 | 0 | 10001 | 100 | 10010101 | 1010000 | 1010000 |
Color Harmonies of #A4F5CB
Complementary color
Monochromatic Colors of #A4F5CB
Black with #A4F5CB
Text Example
Text Example
White with #A4F5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F5CB; }
p { color: rgb(164,245,203); }
H1.HeaderClassName
{
color: #A4F5CB;
}
.AnyTagClassName
{
color: #A4F5CB;
}
</style>
background-color css
<style>
a { background-color: #A4F5CB; }
a { background-color: rgb(164,245,203); }
div.DivClassName
{
background-color: #A4F5CB;
}
.BgClassName
{
background-color: #A4F5CB;
}
</style>
border-color css
<style>
span { border-color: #A4F5CB; }
span { border-color: rgb(164,245,203); }
td.TdClassName
{
border-color: #A4F5CB;
}
.TagClassName
{
border-color: #A4F5CB;
}
</style>