Shades of Magic Mint #A1EFD4
Tints of Magic Mint #A1EFD4
RGB
CMYK
RGB Variations
Color information
#A1EFD4 (or 0xA1EFD4) is known color: Magic Mint. HEX triplet: A1, EF and D4. RGB value is (161,239,212). Sum of RGB (Red+Green+Blue) = 161+239+212=612 (81% of max value = 765). Red value is 161 (63.28% from 255 or 26.31% from 612); Green value is 239 (93.75% from 255 or 39.05% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFD4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFD4 is #5E102B. Grayscale: #D4D4D4. Windows color (decimal): -6164524 or 13954977. OLE color: 13954977.
HSL color Cylindrical-coordinate representation of color #A1EFD4: hue angle of 159.23º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFD4 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 212 | - |
| CMYK | 0.33 | 0 | 0.11 | 0.06 |
| HSL | 159.23º | 0.71% | 0.78% | - |
| HSV(B) | 159.23º | 0.33% | 0.94% | - |
| XYZ | 57.45 | 74.06 | 73.56 | - |
| YUV | 212.6 | 127.66 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 212 | 0.33 | 0 | 0.11 | 0.06 | 159.23 | 0.71 | 0.78 |
| Hex | A1 | EF | D4 | 21 | 0 | B | 6 | 9F | 47 | 4E |
| Octal | 241 | 357 | 324 | 41 | 0 | 13 | 6 | 237 | 107 | 116 |
| Binary | 10100001 | 11101111 | 11010100 | 100001 | 0 | 1011 | 110 | 10011111 | 1000111 | 1001110 |
Color Harmonies of #A1EFD4
Complementary color
Monochromatic Colors of #A1EFD4
Black with #A1EFD4
Text Example
Text Example
White with #A1EFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFD4; }
p { color: rgb(161,239,212); }
H1.HeaderClassName
{
color: #A1EFD4;
}
.AnyTagClassName
{
color: #A1EFD4;
}
</style>
background-color css
<style>
a { background-color: #A1EFD4; }
a { background-color: rgb(161,239,212); }
div.DivClassName
{
background-color: #A1EFD4;
}
.BgClassName
{
background-color: #A1EFD4;
}
</style>
border-color css
<style>
span { border-color: #A1EFD4; }
span { border-color: rgb(161,239,212); }
td.TdClassName
{
border-color: #A1EFD4;
}
.TagClassName
{
border-color: #A1EFD4;
}
</style>