Shades of Ice Cold #A0E6D0
Tints of Ice Cold #A0E6D0
RGB
CMYK
RGB Variations
Color information
#A0E6D0 (or 0xA0E6D0) is known color: Ice Cold. HEX triplet: A0, E6 and D0. RGB value is (160,230,208). Sum of RGB (Red+Green+Blue) = 160+230+208=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 230 (90.23% from 255 or 38.46% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 230 - color contains mainly: green. Hex color #A0E6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E6D0 is #5F192F. Grayscale: #CECECE. Windows color (decimal): -6232368 or 13690528. OLE color: 13690528.
HSL color Cylindrical-coordinate representation of color #A0E6D0: hue angle of 161.14º 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 #A0E6D0 is Cyan = 0.30, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 160 | 230 | 208 | - |
| CMYK | 0.30 | 0 | 0.10 | 0.10 |
| HSL | 161.14º | 0.58% | 0.76% | - |
| HSV(B) | 161.14º | 0.3% | 0.9% | - |
| XYZ | 54.18 | 68.62 | 70.06 | - |
| YUV | 206.56 | 128.81 | 94.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 230 | 208 | 0.30 | 0 | 0.10 | 0.10 | 161.14 | 0.58 | 0.76 |
| Hex | A0 | E6 | D0 | 1E | 0 | A | A | A1 | 3A | 4C |
| Octal | 240 | 346 | 320 | 36 | 0 | 12 | 12 | 241 | 72 | 114 |
| Binary | 10100000 | 11100110 | 11010000 | 11110 | 0 | 1010 | 1010 | 10100001 | 111010 | 1001100 |
Color Harmonies of #A0E6D0
Complementary color
Monochromatic Colors of #A0E6D0
Black with #A0E6D0
Text Example
Text Example
White with #A0E6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E6D0; }
p { color: rgb(160,230,208); }
H1.HeaderClassName
{
color: #A0E6D0;
}
.AnyTagClassName
{
color: #A0E6D0;
}
</style>
background-color css
<style>
a { background-color: #A0E6D0; }
a { background-color: rgb(160,230,208); }
div.DivClassName
{
background-color: #A0E6D0;
}
.BgClassName
{
background-color: #A0E6D0;
}
</style>
border-color css
<style>
span { border-color: #A0E6D0; }
span { border-color: rgb(160,230,208); }
td.TdClassName
{
border-color: #A0E6D0;
}
.TagClassName
{
border-color: #A0E6D0;
}
</style>