Shades of Magic Mint #A1EBC8
Tints of Magic Mint #A1EBC8
RGB
CMYK
RGB Variations
Color information
#A1EBC8 (or 0xA1EBC8) is known color: Magic Mint. HEX triplet: A1, EB and C8. RGB value is (161,235,200). Sum of RGB (Red+Green+Blue) = 161+235+200=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 235 (92.19% from 255 or 39.43% from 596); Blue value is 200 (78.52% from 255 or 33.56% from 596); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBC8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EBC8 is #5E1437. Grayscale: #D0D0D0. Windows color (decimal): -6165560 or 13167521. OLE color: 13167521.
HSL color Cylindrical-coordinate representation of color #A1EBC8: hue angle of 151.62º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBC8 is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 200 | - |
| CMYK | 0.31 | 0 | 0.15 | 0.08 |
| HSL | 151.62º | 0.65% | 0.78% | - |
| HSV(B) | 151.62º | 0.31% | 0.92% | - |
| XYZ | 54.83 | 71.16 | 65.49 | - |
| YUV | 208.88 | 122.98 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 200 | 0.31 | 0 | 0.15 | 0.08 | 151.62 | 0.65 | 0.78 |
| Hex | A1 | EB | C8 | 1F | 0 | F | 8 | 98 | 41 | 4E |
| Octal | 241 | 353 | 310 | 37 | 0 | 17 | 10 | 230 | 101 | 116 |
| Binary | 10100001 | 11101011 | 11001000 | 11111 | 0 | 1111 | 1000 | 10011000 | 1000001 | 1001110 |
Color Harmonies of #A1EBC8
Complementary color
Monochromatic Colors of #A1EBC8
Black with #A1EBC8
Text Example
Text Example
White with #A1EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBC8; }
p { color: rgb(161,235,200); }
H1.HeaderClassName
{
color: #A1EBC8;
}
.AnyTagClassName
{
color: #A1EBC8;
}
</style>
background-color css
<style>
a { background-color: #A1EBC8; }
a { background-color: rgb(161,235,200); }
div.DivClassName
{
background-color: #A1EBC8;
}
.BgClassName
{
background-color: #A1EBC8;
}
</style>
border-color css
<style>
span { border-color: #A1EBC8; }
span { border-color: rgb(161,235,200); }
td.TdClassName
{
border-color: #A1EBC8;
}
.TagClassName
{
border-color: #A1EBC8;
}
</style>