Shades of Magic Mint #A1EFCC
Tints of Magic Mint #A1EFCC
RGB
CMYK
RGB Variations
Color information
#A1EFCC (or 0xA1EFCC) is known color: Magic Mint. HEX triplet: A1, EF and CC. RGB value is (161,239,204). Sum of RGB (Red+Green+Blue) = 161+239+204=604 (80% of max value = 765). Red value is 161 (63.28% from 255 or 26.66% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFCC is #5E1033. Grayscale: #D3D3D3. Windows color (decimal): -6164532 or 13430689. OLE color: 13430689.
HSL color Cylindrical-coordinate representation of color #A1EFCC: hue angle of 153.08º 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 #A1EFCC is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 204 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.06 |
| HSL | 153.08º | 0.71% | 0.78% | - |
| HSV(B) | 153.08º | 0.33% | 0.94% | - |
| XYZ | 56.46 | 73.67 | 68.37 | - |
| YUV | 211.69 | 123.66 | 91.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 204 | 0.33 | 0 | 0.15 | 0.06 | 153.08 | 0.71 | 0.78 |
| Hex | A1 | EF | CC | 21 | 0 | F | 6 | 99 | 47 | 4E |
| Octal | 241 | 357 | 314 | 41 | 0 | 17 | 6 | 231 | 107 | 116 |
| Binary | 10100001 | 11101111 | 11001100 | 100001 | 0 | 1111 | 110 | 10011001 | 1000111 | 1001110 |
Color Harmonies of #A1EFCC
Complementary color
Monochromatic Colors of #A1EFCC
Black with #A1EFCC
Text Example
Text Example
White with #A1EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFCC; }
p { color: rgb(161,239,204); }
H1.HeaderClassName
{
color: #A1EFCC;
}
.AnyTagClassName
{
color: #A1EFCC;
}
</style>
background-color css
<style>
a { background-color: #A1EFCC; }
a { background-color: rgb(161,239,204); }
div.DivClassName
{
background-color: #A1EFCC;
}
.BgClassName
{
background-color: #A1EFCC;
}
</style>
border-color css
<style>
span { border-color: #A1EFCC; }
span { border-color: rgb(161,239,204); }
td.TdClassName
{
border-color: #A1EFCC;
}
.TagClassName
{
border-color: #A1EFCC;
}
</style>