Shades of Magic Mint #A3E5CB
Tints of Magic Mint #A3E5CB
RGB
CMYK
RGB Variations
Color information
#A3E5CB (or 0xA3E5CB) is known color: Magic Mint. HEX triplet: A3, E5 and CB. RGB value is (163,229,203). Sum of RGB (Red+Green+Blue) = 163+229+203=595 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.39% from 595); Green value is 229 (89.84% from 255 or 38.49% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 229 - color contains mainly: green. Hex color #A3E5CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E5CB is #5C1A34. Grayscale: #CECECE. Windows color (decimal): -6036021 or 13362595. OLE color: 13362595.
HSL color Cylindrical-coordinate representation of color #A3E5CB: hue angle of 156.36º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A3E5CB is Cyan = 0.29, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 229 | 203 | - |
| CMYK | 0.29 | 0 | 0.11 | 0.10 |
| HSL | 156.36º | 0.56% | 0.77% | - |
| HSV(B) | 156.36º | 0.29% | 0.9% | - |
| XYZ | 53.9 | 68.14 | 66.81 | - |
| YUV | 206.3 | 126.13 | 97.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 229 | 203 | 0.29 | 0 | 0.11 | 0.10 | 156.36 | 0.56 | 0.77 |
| Hex | A3 | E5 | CB | 1D | 0 | B | A | 9C | 38 | 4D |
| Octal | 243 | 345 | 313 | 35 | 0 | 13 | 12 | 234 | 70 | 115 |
| Binary | 10100011 | 11100101 | 11001011 | 11101 | 0 | 1011 | 1010 | 10011100 | 111000 | 1001101 |
Color Harmonies of #A3E5CB
Complementary color
Monochromatic Colors of #A3E5CB
Black with #A3E5CB
Text Example
Text Example
White with #A3E5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E5CB; }
p { color: rgb(163,229,203); }
H1.HeaderClassName
{
color: #A3E5CB;
}
.AnyTagClassName
{
color: #A3E5CB;
}
</style>
background-color css
<style>
a { background-color: #A3E5CB; }
a { background-color: rgb(163,229,203); }
div.DivClassName
{
background-color: #A3E5CB;
}
.BgClassName
{
background-color: #A3E5CB;
}
</style>
border-color css
<style>
span { border-color: #A3E5CB; }
span { border-color: rgb(163,229,203); }
td.TdClassName
{
border-color: #A3E5CB;
}
.TagClassName
{
border-color: #A3E5CB;
}
</style>