Shades of Magic Mint #A0F0C3
Tints of Magic Mint #A0F0C3
RGB
CMYK
RGB Variations
Color information
#A0F0C3 (or 0xA0F0C3) is known color: Magic Mint. HEX triplet: A0, F0 and C3. RGB value is (160,240,195). Sum of RGB (Red+Green+Blue) = 160+240+195=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 240 (94.14% from 255 or 40.34% from 595); Blue value is 195 (76.56% from 255 or 32.77% from 595); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0C3 is #5F0F3C. Grayscale: #D3D3D3. Windows color (decimal): -6229821 or 12841120. OLE color: 12841120.
HSL color Cylindrical-coordinate representation of color #A0F0C3: hue angle of 146.25º degrees, saturation: 0.73, 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 #A0F0C3 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 195 | - |
| CMYK | 0.33 | 0 | 0.19 | 0.06 |
| HSL | 146.25º | 0.73% | 0.78% | - |
| HSV(B) | 146.25º | 0.33% | 0.94% | - |
| XYZ | 55.51 | 73.73 | 62.94 | - |
| YUV | 210.95 | 119 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 195 | 0.33 | 0 | 0.19 | 0.06 | 146.25 | 0.73 | 0.78 |
| Hex | A0 | F0 | C3 | 21 | 0 | 13 | 6 | 92 | 49 | 4E |
| Octal | 240 | 360 | 303 | 41 | 0 | 23 | 6 | 222 | 111 | 116 |
| Binary | 10100000 | 11110000 | 11000011 | 100001 | 0 | 10011 | 110 | 10010010 | 1001001 | 1001110 |
Color Harmonies of #A0F0C3
Complementary color
Monochromatic Colors of #A0F0C3
Black with #A0F0C3
Text Example
Text Example
White with #A0F0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0C3; }
p { color: rgb(160,240,195); }
H1.HeaderClassName
{
color: #A0F0C3;
}
.AnyTagClassName
{
color: #A0F0C3;
}
</style>
background-color css
<style>
a { background-color: #A0F0C3; }
a { background-color: rgb(160,240,195); }
div.DivClassName
{
background-color: #A0F0C3;
}
.BgClassName
{
background-color: #A0F0C3;
}
</style>
border-color css
<style>
span { border-color: #A0F0C3; }
span { border-color: rgb(160,240,195); }
td.TdClassName
{
border-color: #A0F0C3;
}
.TagClassName
{
border-color: #A0F0C3;
}
</style>