Shades of Magic Mint #A2FFCB
Tints of Magic Mint #A2FFCB
RGB
CMYK
RGB Variations
Color information
#A2FFCB (or 0xA2FFCB) is known color: Magic Mint. HEX triplet: A2, FF and CB. RGB value is (162,255,203). Sum of RGB (Red+Green+Blue) = 162+255+203=620 (82% of max value = 765). Red value is 162 (63.67% from 255 or 26.13% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 203 (79.69% from 255 or 32.74% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFCB is #5D0034. Grayscale: #DDDDDD. Windows color (decimal): -6094901 or 13369250. OLE color: 13369250.
HSL color Cylindrical-coordinate representation of color #A2FFCB: hue angle of 146.45º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFCB is Cyan = 0.36, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 203 | - |
| CMYK | 0.36 | 0 | 0.20 | 0 |
| HSL | 146.45º | 1% | 0.82% | - |
| HSV(B) | 146.45º | 0.36% | 1% | - |
| XYZ | 61.44 | 83.51 | 69.38 | - |
| YUV | 221.27 | 117.69 | 85.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 203 | 0.36 | 0 | 0.20 | 0 | 146.45 | 1 | 0.82 |
| Hex | A2 | FF | CB | 24 | 0 | 14 | 0 | 92 | 64 | 52 |
| Octal | 242 | 377 | 313 | 44 | 0 | 24 | 0 | 222 | 144 | 122 |
| Binary | 10100010 | 11111111 | 11001011 | 100100 | 0 | 10100 | 0 | 10010010 | 1100100 | 1010010 |
Color Harmonies of #A2FFCB
Complementary color
Monochromatic Colors of #A2FFCB
Black with #A2FFCB
Text Example
Text Example
White with #A2FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFCB; }
p { color: rgb(162,255,203); }
H1.HeaderClassName
{
color: #A2FFCB;
}
.AnyTagClassName
{
color: #A2FFCB;
}
</style>
background-color css
<style>
a { background-color: #A2FFCB; }
a { background-color: rgb(162,255,203); }
div.DivClassName
{
background-color: #A2FFCB;
}
.BgClassName
{
background-color: #A2FFCB;
}
</style>
border-color css
<style>
span { border-color: #A2FFCB; }
span { border-color: rgb(162,255,203); }
td.TdClassName
{
border-color: #A2FFCB;
}
.TagClassName
{
border-color: #A2FFCB;
}
</style>