Shades of Magic Mint #A3EDCA
Tints of Magic Mint #A3EDCA
RGB
CMYK
RGB Variations
Color information
#A3EDCA (or 0xA3EDCA) is known color: Magic Mint. HEX triplet: A3, ED and CA. RGB value is (163,237,202). Sum of RGB (Red+Green+Blue) = 163+237+202=602 (79% of max value = 765). Red value is 163 (64.06% from 255 or 27.08% from 602); Green value is 237 (92.97% from 255 or 39.37% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDCA is #5C1235. Grayscale: #D2D2D2. Windows color (decimal): -6033974 or 13299107. OLE color: 13299107.
HSL color Cylindrical-coordinate representation of color #A3EDCA: hue angle of 151.62º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDCA is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 163 | 237 | 202 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.07 |
| HSL | 151.62º | 0.67% | 0.78% | - |
| HSV(B) | 151.62º | 0.31% | 0.93% | - |
| XYZ | 56.05 | 72.62 | 66.94 | - |
| YUV | 210.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 237 | 202 | 0.31 | 0 | 0.15 | 0.07 | 151.62 | 0.67 | 0.78 |
| Hex | A3 | ED | CA | 1F | 0 | F | 7 | 98 | 43 | 4E |
| Octal | 243 | 355 | 312 | 37 | 0 | 17 | 7 | 230 | 103 | 116 |
| Binary | 10100011 | 11101101 | 11001010 | 11111 | 0 | 1111 | 111 | 10011000 | 1000011 | 1001110 |
Color Harmonies of #A3EDCA
Complementary color
Monochromatic Colors of #A3EDCA
Black with #A3EDCA
Text Example
Text Example
White with #A3EDCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3EDCA; }
p { color: rgb(163,237,202); }
H1.HeaderClassName
{
color: #A3EDCA;
}
.AnyTagClassName
{
color: #A3EDCA;
}
</style>
background-color css
<style>
a { background-color: #A3EDCA; }
a { background-color: rgb(163,237,202); }
div.DivClassName
{
background-color: #A3EDCA;
}
.BgClassName
{
background-color: #A3EDCA;
}
</style>
border-color css
<style>
span { border-color: #A3EDCA; }
span { border-color: rgb(163,237,202); }
td.TdClassName
{
border-color: #A3EDCA;
}
.TagClassName
{
border-color: #A3EDCA;
}
</style>