Shades of Ice Cold #A0E6DA
Tints of Ice Cold #A0E6DA
RGB
CMYK
RGB Variations
Color information
#A0E6DA (or 0xA0E6DA) is known color: Ice Cold. HEX triplet: A0, E6 and DA. RGB value is (160,230,218). Sum of RGB (Red+Green+Blue) = 160+230+218=608 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.32% from 608); Green value is 230 (90.23% from 255 or 37.83% from 608); Blue value is 218 (85.55% from 255 or 35.86% from 608); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E6DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E6DA is #5F1925. Grayscale: #CFCFCF. Windows color (decimal): -6232358 or 14345888. OLE color: 14345888.
HSL color Cylindrical-coordinate representation of color #A0E6DA: hue angle of 169.71º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E6DA is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 218 | - |
| CMYK | 0.30 | 0 | 0.05 | 0.10 |
| HSL | 169.71º | 0.58% | 0.76% | - |
| HSV(B) | 169.71º | 0.3% | 0.9% | - |
| XYZ | 55.45 | 69.13 | 76.75 | - |
| YUV | 207.7 | 133.81 | 93.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 218 | 0.30 | 0 | 0.05 | 0.10 | 169.71 | 0.58 | 0.76 |
| Hex | A0 | E6 | DA | 1E | 0 | 5 | A | AA | 3A | 4C |
| Octal | 240 | 346 | 332 | 36 | 0 | 5 | 12 | 252 | 72 | 114 |
| Binary | 10100000 | 11100110 | 11011010 | 11110 | 0 | 101 | 1010 | 10101010 | 111010 | 1001100 |
Color Harmonies of #A0E6DA
Complementary color
Monochromatic Colors of #A0E6DA
Black with #A0E6DA
Text Example
Text Example
White with #A0E6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E6DA; }
p { color: rgb(160,230,218); }
H1.HeaderClassName
{
color: #A0E6DA;
}
.AnyTagClassName
{
color: #A0E6DA;
}
</style>
background-color css
<style>
a { background-color: #A0E6DA; }
a { background-color: rgb(160,230,218); }
div.DivClassName
{
background-color: #A0E6DA;
}
.BgClassName
{
background-color: #A0E6DA;
}
</style>
border-color css
<style>
span { border-color: #A0E6DA; }
span { border-color: rgb(160,230,218); }
td.TdClassName
{
border-color: #A0E6DA;
}
.TagClassName
{
border-color: #A0E6DA;
}
</style>