Shades of Magic Mint #A1DEC5
Tints of Magic Mint #A1DEC5
RGB
CMYK
RGB Variations
Color information
#A1DEC5 (or 0xA1DEC5) is known color: Magic Mint. HEX triplet: A1, DE and C5. RGB value is (161,222,197). Sum of RGB (Red+Green+Blue) = 161+222+197=580 (76% of max value = 765). Red value is 161 (63.28% from 255 or 27.76% from 580); Green value is 222 (87.11% from 255 or 38.28% from 580); Blue value is 197 (77.34% from 255 or 33.97% from 580); Max value from RGB is 222 - color contains mainly: green. Hex color #A1DEC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1DEC5 is #5E213A. Grayscale: #C8C8C8. Windows color (decimal): -6168891 or 12967585. OLE color: 12967585.
HSL color Cylindrical-coordinate representation of color #A1DEC5: hue angle of 155.41º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A1DEC5 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 161 | 222 | 197 | - |
| CMYK | 0.27 | 0 | 0.11 | 0.13 |
| HSL | 155.41º | 0.48% | 0.75% | - |
| HSV(B) | 155.41º | 0.27% | 0.87% | - |
| XYZ | 50.9 | 63.85 | 62.47 | - |
| YUV | 200.91 | 125.79 | 99.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 222 | 197 | 0.27 | 0 | 0.11 | 0.13 | 155.41 | 0.48 | 0.75 |
| Hex | A1 | DE | C5 | 1B | 0 | B | D | 9B | 30 | 4B |
| Octal | 241 | 336 | 305 | 33 | 0 | 13 | 15 | 233 | 60 | 113 |
| Binary | 10100001 | 11011110 | 11000101 | 11011 | 0 | 1011 | 1101 | 10011011 | 110000 | 1001011 |
Color Harmonies of #A1DEC5
Complementary color
Monochromatic Colors of #A1DEC5
Black with #A1DEC5
Text Example
Text Example
White with #A1DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1DEC5; }
p { color: rgb(161,222,197); }
H1.HeaderClassName
{
color: #A1DEC5;
}
.AnyTagClassName
{
color: #A1DEC5;
}
</style>
background-color css
<style>
a { background-color: #A1DEC5; }
a { background-color: rgb(161,222,197); }
div.DivClassName
{
background-color: #A1DEC5;
}
.BgClassName
{
background-color: #A1DEC5;
}
</style>
border-color css
<style>
span { border-color: #A1DEC5; }
span { border-color: rgb(161,222,197); }
td.TdClassName
{
border-color: #A1DEC5;
}
.TagClassName
{
border-color: #A1DEC5;
}
</style>