Shades of Ice Cold #A0E7DA
Tints of Ice Cold #A0E7DA
RGB
CMYK
RGB Variations
Color information
#A0E7DA (or 0xA0E7DA) is known color: Ice Cold. HEX triplet: A0, E7 and DA. RGB value is (160,231,218). Sum of RGB (Red+Green+Blue) = 160+231+218=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7DA is #5F1825. Grayscale: #D0D0D0. Windows color (decimal): -6232102 or 14346144. OLE color: 14346144.
HSL color Cylindrical-coordinate representation of color #A0E7DA: hue angle of 169.01º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7DA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 218 | - |
| CMYK | 0.31 | 0 | 0.06 | 0.09 |
| HSL | 169.01º | 0.6% | 0.77% | - |
| HSV(B) | 169.01º | 0.31% | 0.91% | - |
| XYZ | 55.73 | 69.69 | 76.84 | - |
| YUV | 208.29 | 133.48 | 93.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 218 | 0.31 | 0 | 0.06 | 0.09 | 169.01 | 0.6 | 0.77 |
| Hex | A0 | E7 | DA | 1F | 0 | 6 | 9 | A9 | 3C | 4D |
| Octal | 240 | 347 | 332 | 37 | 0 | 6 | 11 | 251 | 74 | 115 |
| Binary | 10100000 | 11100111 | 11011010 | 11111 | 0 | 110 | 1001 | 10101001 | 111100 | 1001101 |
Color Harmonies of #A0E7DA
Complementary color
Monochromatic Colors of #A0E7DA
Black with #A0E7DA
Text Example
Text Example
White with #A0E7DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7DA; }
p { color: rgb(160,231,218); }
H1.HeaderClassName
{
color: #A0E7DA;
}
.AnyTagClassName
{
color: #A0E7DA;
}
</style>
background-color css
<style>
a { background-color: #A0E7DA; }
a { background-color: rgb(160,231,218); }
div.DivClassName
{
background-color: #A0E7DA;
}
.BgClassName
{
background-color: #A0E7DA;
}
</style>
border-color css
<style>
span { border-color: #A0E7DA; }
span { border-color: rgb(160,231,218); }
td.TdClassName
{
border-color: #A0E7DA;
}
.TagClassName
{
border-color: #A0E7DA;
}
</style>