Shades of Magic Mint #A0EFCC
Tints of Magic Mint #A0EFCC
RGB
CMYK
RGB Variations
Color information
#A0EFCC (or 0xA0EFCC) is known color: Magic Mint. HEX triplet: A0, EF and CC. RGB value is (160,239,204). Sum of RGB (Red+Green+Blue) = 160+239+204=603 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.53% from 603); Green value is 239 (93.75% from 255 or 39.64% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFCC is #5F1033. Grayscale: #D3D3D3. Windows color (decimal): -6230068 or 13430688. OLE color: 13430688.
HSL color Cylindrical-coordinate representation of color #A0EFCC: hue angle of 153.42º 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 #A0EFCC is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 204 | - |
| CMYK | 0.33 | 0 | 0.15 | 0.06 |
| HSL | 153.42º | 0.71% | 0.78% | - |
| HSV(B) | 153.42º | 0.33% | 0.94% | - |
| XYZ | 56.26 | 73.57 | 68.36 | - |
| YUV | 211.39 | 123.83 | 91.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 204 | 0.33 | 0 | 0.15 | 0.06 | 153.42 | 0.71 | 0.78 |
| Hex | A0 | EF | CC | 21 | 0 | F | 6 | 99 | 47 | 4E |
| Octal | 240 | 357 | 314 | 41 | 0 | 17 | 6 | 231 | 107 | 116 |
| Binary | 10100000 | 11101111 | 11001100 | 100001 | 0 | 1111 | 110 | 10011001 | 1000111 | 1001110 |
Color Harmonies of #A0EFCC
Complementary color
Monochromatic Colors of #A0EFCC
Black with #A0EFCC
Text Example
Text Example
White with #A0EFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFCC; }
p { color: rgb(160,239,204); }
H1.HeaderClassName
{
color: #A0EFCC;
}
.AnyTagClassName
{
color: #A0EFCC;
}
</style>
background-color css
<style>
a { background-color: #A0EFCC; }
a { background-color: rgb(160,239,204); }
div.DivClassName
{
background-color: #A0EFCC;
}
.BgClassName
{
background-color: #A0EFCC;
}
</style>
border-color css
<style>
span { border-color: #A0EFCC; }
span { border-color: rgb(160,239,204); }
td.TdClassName
{
border-color: #A0EFCC;
}
.TagClassName
{
border-color: #A0EFCC;
}
</style>