Shades of Magic Mint #A0F0CA
Tints of Magic Mint #A0F0CA
RGB
CMYK
RGB Variations
Color information
#A0F0CA (or 0xA0F0CA) is known color: Magic Mint. HEX triplet: A0, F0 and CA. RGB value is (160,240,202). Sum of RGB (Red+Green+Blue) = 160+240+202=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0CA is #5F0F35. Grayscale: #D3D3D3. Windows color (decimal): -6229814 or 13299872. OLE color: 13299872.
HSL color Cylindrical-coordinate representation of color #A0F0CA: hue angle of 151.5º 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 #A0F0CA is Cyan = 0.33, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 202 | - |
| CMYK | 0.33 | 0 | 0.16 | 0.06 |
| HSL | 151.5º | 0.73% | 0.78% | - |
| HSV(B) | 151.5º | 0.33% | 0.94% | - |
| XYZ | 56.32 | 74.06 | 67.2 | - |
| YUV | 211.75 | 122.5 | 91.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 202 | 0.33 | 0 | 0.16 | 0.06 | 151.5 | 0.73 | 0.78 |
| Hex | A0 | F0 | CA | 21 | 0 | 10 | 6 | 98 | 49 | 4E |
| Octal | 240 | 360 | 312 | 41 | 0 | 20 | 6 | 230 | 111 | 116 |
| Binary | 10100000 | 11110000 | 11001010 | 100001 | 0 | 10000 | 110 | 10011000 | 1001001 | 1001110 |
Color Harmonies of #A0F0CA
Complementary color
Monochromatic Colors of #A0F0CA
Black with #A0F0CA
Text Example
Text Example
White with #A0F0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0CA; }
p { color: rgb(160,240,202); }
H1.HeaderClassName
{
color: #A0F0CA;
}
.AnyTagClassName
{
color: #A0F0CA;
}
</style>
background-color css
<style>
a { background-color: #A0F0CA; }
a { background-color: rgb(160,240,202); }
div.DivClassName
{
background-color: #A0F0CA;
}
.BgClassName
{
background-color: #A0F0CA;
}
</style>
border-color css
<style>
span { border-color: #A0F0CA; }
span { border-color: rgb(160,240,202); }
td.TdClassName
{
border-color: #A0F0CA;
}
.TagClassName
{
border-color: #A0F0CA;
}
</style>