Shades of Ice Cold #A0E1CE
Tints of Ice Cold #A0E1CE
RGB
CMYK
RGB Variations
Color information
#A0E1CE (or 0xA0E1CE) is known color: Ice Cold. HEX triplet: A0, E1 and CE. RGB value is (160,225,206). Sum of RGB (Red+Green+Blue) = 160+225+206=591 (78% of max value = 765). Red value is 160 (62.89% from 255 or 27.07% from 591); Green value is 225 (88.28% from 255 or 38.07% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 225 - color contains mainly: green. Hex color #A0E1CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E1CE is #5F1E31. Grayscale: #CBCBCB. Windows color (decimal): -6233650 or 13558176. OLE color: 13558176.
HSL color Cylindrical-coordinate representation of color #A0E1CE: hue angle of 162.46º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0E1CE is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 225 | 206 | - |
| CMYK | 0.29 | 0 | 0.08 | 0.12 |
| HSL | 162.46º | 0.52% | 0.75% | - |
| HSV(B) | 162.46º | 0.29% | 0.88% | - |
| XYZ | 52.56 | 65.78 | 68.32 | - |
| YUV | 203.4 | 129.47 | 97.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 225 | 206 | 0.29 | 0 | 0.08 | 0.12 | 162.46 | 0.52 | 0.75 |
| Hex | A0 | E1 | CE | 1D | 0 | 8 | C | A2 | 34 | 4B |
| Octal | 240 | 341 | 316 | 35 | 0 | 10 | 14 | 242 | 64 | 113 |
| Binary | 10100000 | 11100001 | 11001110 | 11101 | 0 | 1000 | 1100 | 10100010 | 110100 | 1001011 |
Color Harmonies of #A0E1CE
Complementary color
Monochromatic Colors of #A0E1CE
Black with #A0E1CE
Text Example
Text Example
White with #A0E1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E1CE; }
p { color: rgb(160,225,206); }
H1.HeaderClassName
{
color: #A0E1CE;
}
.AnyTagClassName
{
color: #A0E1CE;
}
</style>
background-color css
<style>
a { background-color: #A0E1CE; }
a { background-color: rgb(160,225,206); }
div.DivClassName
{
background-color: #A0E1CE;
}
.BgClassName
{
background-color: #A0E1CE;
}
</style>
border-color css
<style>
span { border-color: #A0E1CE; }
span { border-color: rgb(160,225,206); }
td.TdClassName
{
border-color: #A0E1CE;
}
.TagClassName
{
border-color: #A0E1CE;
}
</style>