Shades of Magic Mint #A0F1CC
Tints of Magic Mint #A0F1CC
RGB
CMYK
RGB Variations
Color information
#A0F1CC (or 0xA0F1CC) is known color: Magic Mint. HEX triplet: A0, F1 and CC. RGB value is (160,241,204). Sum of RGB (Red+Green+Blue) = 160+241+204=605 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.45% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F1CC is #5F0E33. Grayscale: #D4D4D4. Windows color (decimal): -6229556 or 13431200. OLE color: 13431200.
HSL color Cylindrical-coordinate representation of color #A0F1CC: hue angle of 152.59º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F1CC is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 204 | - |
| CMYK | 0.34 | 0 | 0.15 | 0.05 |
| HSL | 152.59º | 0.74% | 0.79% | - |
| HSV(B) | 152.59º | 0.34% | 0.95% | - |
| XYZ | 56.85 | 74.74 | 68.56 | - |
| YUV | 212.56 | 123.16 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 204 | 0.34 | 0 | 0.15 | 0.05 | 152.59 | 0.74 | 0.79 |
| Hex | A0 | F1 | CC | 22 | 0 | F | 5 | 99 | 4A | 4F |
| Octal | 240 | 361 | 314 | 42 | 0 | 17 | 5 | 231 | 112 | 117 |
| Binary | 10100000 | 11110001 | 11001100 | 100010 | 0 | 1111 | 101 | 10011001 | 1001010 | 1001111 |
Color Harmonies of #A0F1CC
Complementary color
Monochromatic Colors of #A0F1CC
Black with #A0F1CC
Text Example
Text Example
White with #A0F1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1CC; }
p { color: rgb(160,241,204); }
H1.HeaderClassName
{
color: #A0F1CC;
}
.AnyTagClassName
{
color: #A0F1CC;
}
</style>
background-color css
<style>
a { background-color: #A0F1CC; }
a { background-color: rgb(160,241,204); }
div.DivClassName
{
background-color: #A0F1CC;
}
.BgClassName
{
background-color: #A0F1CC;
}
</style>
border-color css
<style>
span { border-color: #A0F1CC; }
span { border-color: rgb(160,241,204); }
td.TdClassName
{
border-color: #A0F1CC;
}
.TagClassName
{
border-color: #A0F1CC;
}
</style>