Shades of Magic Mint #A2F4CB
Tints of Magic Mint #A2F4CB
RGB
CMYK
RGB Variations
Color information
#A2F4CB (or 0xA2F4CB) is known color: Magic Mint. HEX triplet: A2, F4 and CB. RGB value is (162,244,203). Sum of RGB (Red+Green+Blue) = 162+244+203=609 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.60% from 609); Green value is 244 (95.70% from 255 or 40.07% from 609); Blue value is 203 (79.69% from 255 or 33.33% from 609); Max value from RGB is 244 - color contains mainly: green. Hex color #A2F4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F4CB is #5D0B34. Grayscale: #D6D6D6. Windows color (decimal): -6097717 or 13366434. OLE color: 13366434.
HSL color Cylindrical-coordinate representation of color #A2F4CB: hue angle of 150º degrees, saturation: 0.79, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2F4CB is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 162 | 244 | 203 | - |
| CMYK | 0.34 | 0 | 0.17 | 0.04 |
| HSL | 150º | 0.79% | 0.8% | - |
| HSV(B) | 150º | 0.34% | 0.96% | - |
| XYZ | 58.03 | 76.69 | 68.24 | - |
| YUV | 214.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 244 | 203 | 0.34 | 0 | 0.17 | 0.04 | 150 | 0.79 | 0.8 |
| Hex | A2 | F4 | CB | 22 | 0 | 11 | 4 | 96 | 4F | 50 |
| Octal | 242 | 364 | 313 | 42 | 0 | 21 | 4 | 226 | 117 | 120 |
| Binary | 10100010 | 11110100 | 11001011 | 100010 | 0 | 10001 | 100 | 10010110 | 1001111 | 1010000 |
Color Harmonies of #A2F4CB
Complementary color
Monochromatic Colors of #A2F4CB
Black with #A2F4CB
Text Example
Text Example
White with #A2F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F4CB; }
p { color: rgb(162,244,203); }
H1.HeaderClassName
{
color: #A2F4CB;
}
.AnyTagClassName
{
color: #A2F4CB;
}
</style>
background-color css
<style>
a { background-color: #A2F4CB; }
a { background-color: rgb(162,244,203); }
div.DivClassName
{
background-color: #A2F4CB;
}
.BgClassName
{
background-color: #A2F4CB;
}
</style>
border-color css
<style>
span { border-color: #A2F4CB; }
span { border-color: rgb(162,244,203); }
td.TdClassName
{
border-color: #A2F4CB;
}
.TagClassName
{
border-color: #A2F4CB;
}
</style>