Shades of Magic Mint #A2EFCB
Tints of Magic Mint #A2EFCB
RGB
CMYK
RGB Variations
Color information
#A2EFCB (or 0xA2EFCB) is known color: Magic Mint. HEX triplet: A2, EF and CB. RGB value is (162,239,203). Sum of RGB (Red+Green+Blue) = 162+239+203=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFCB is #5D1034. Grayscale: #D3D3D3. Windows color (decimal): -6098997 or 13365154. OLE color: 13365154.
HSL color Cylindrical-coordinate representation of color #A2EFCB: hue angle of 151.95º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFCB is Cyan = 0.32, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 203 | - |
| CMYK | 0.32 | 0 | 0.15 | 0.06 |
| HSL | 151.95º | 0.71% | 0.79% | - |
| HSV(B) | 151.95º | 0.32% | 0.94% | - |
| XYZ | 56.55 | 73.73 | 67.75 | - |
| YUV | 211.87 | 122.99 | 92.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 203 | 0.32 | 0 | 0.15 | 0.06 | 151.95 | 0.71 | 0.79 |
| Hex | A2 | EF | CB | 20 | 0 | F | 6 | 98 | 47 | 4F |
| Octal | 242 | 357 | 313 | 40 | 0 | 17 | 6 | 230 | 107 | 117 |
| Binary | 10100010 | 11101111 | 11001011 | 100000 | 0 | 1111 | 110 | 10011000 | 1000111 | 1001111 |
Color Harmonies of #A2EFCB
Complementary color
Monochromatic Colors of #A2EFCB
Black with #A2EFCB
Text Example
Text Example
White with #A2EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFCB; }
p { color: rgb(162,239,203); }
H1.HeaderClassName
{
color: #A2EFCB;
}
.AnyTagClassName
{
color: #A2EFCB;
}
</style>
background-color css
<style>
a { background-color: #A2EFCB; }
a { background-color: rgb(162,239,203); }
div.DivClassName
{
background-color: #A2EFCB;
}
.BgClassName
{
background-color: #A2EFCB;
}
</style>
border-color css
<style>
span { border-color: #A2EFCB; }
span { border-color: rgb(162,239,203); }
td.TdClassName
{
border-color: #A2EFCB;
}
.TagClassName
{
border-color: #A2EFCB;
}
</style>