Shades of Magic Mint #A1EDCB
Tints of Magic Mint #A1EDCB
RGB
CMYK
RGB Variations
Color information
#A1EDCB (or 0xA1EDCB) is known color: Magic Mint. HEX triplet: A1, ED and CB. RGB value is (161,237,203). Sum of RGB (Red+Green+Blue) = 161+237+203=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EDCB is #5E1234. Grayscale: #D2D2D2. Windows color (decimal): -6165045 or 13364641. OLE color: 13364641.
HSL color Cylindrical-coordinate representation of color #A1EDCB: hue angle of 153.16º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDCB is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
RGB | 161 | 237 | 203 | - |
CMYK | 0.32 | 0 | 0.14 | 0.07 |
HSL | 153.16º | 0.68% | 0.78% | - |
HSV(B) | 153.16º | 0.32% | 0.93% | - |
XYZ | 55.76 | 72.46 | 67.55 | - |
YUV | 210.4 | 123.82 | 92.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 161 | 237 | 203 | 0.32 | 0 | 0.14 | 0.07 | 153.16 | 0.68 | 0.78 |
Hex | A1 | ED | CB | 20 | 0 | E | 7 | 99 | 44 | 4E |
Octal | 241 | 355 | 313 | 40 | 0 | 16 | 7 | 231 | 104 | 116 |
Binary | 10100001 | 11101101 | 11001011 | 100000 | 0 | 1110 | 111 | 10011001 | 1000100 | 1001110 |
Color Harmonies of #A1EDCB
Complementary color
Monochromatic Colors of #A1EDCB
Black with #A1EDCB
Text Example
Text Example
White with #A1EDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDCB; }
p { color: rgb(161,237,203); }
H1.HeaderClassName
{
color: #A1EDCB;
}
.AnyTagClassName
{
color: #A1EDCB;
}
</style>
background-color css
<style>
a { background-color: #A1EDCB; }
a { background-color: rgb(161,237,203); }
div.DivClassName
{
background-color: #A1EDCB;
}
.BgClassName
{
background-color: #A1EDCB;
}
</style>
border-color css
<style>
span { border-color: #A1EDCB; }
span { border-color: rgb(161,237,203); }
td.TdClassName
{
border-color: #A1EDCB;
}
.TagClassName
{
border-color: #A1EDCB;
}
</style>