Shades of Ice Cold #A4E5D0
Tints of Ice Cold #A4E5D0
RGB
CMYK
RGB Variations
Color information
#A4E5D0 (or 0xA4E5D0) is known color: Ice Cold. HEX triplet: A4, E5 and D0. RGB value is (164,229,208). Sum of RGB (Red+Green+Blue) = 164+229+208=601 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.29% from 601); Green value is 229 (89.84% from 255 or 38.10% from 601); Blue value is 208 (81.64% from 255 or 34.61% from 601); Max value from RGB is 229 - color contains mainly: green. Hex color #A4E5D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E5D0 is #5B1A2F. Grayscale: #CFCFCF. Windows color (decimal): -5970480 or 13690276. OLE color: 13690276.
HSL color Cylindrical-coordinate representation of color #A4E5D0: hue angle of 160.62º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E5D0 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 229 | 208 | - |
| CMYK | 0.28 | 0 | 0.09 | 0.10 |
| HSL | 160.62º | 0.56% | 0.77% | - |
| HSV(B) | 160.62º | 0.28% | 0.9% | - |
| XYZ | 54.71 | 68.49 | 70.01 | - |
| YUV | 207.17 | 128.47 | 97.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 229 | 208 | 0.28 | 0 | 0.09 | 0.10 | 160.62 | 0.56 | 0.77 |
| Hex | A4 | E5 | D0 | 1C | 0 | 9 | A | A1 | 38 | 4D |
| Octal | 244 | 345 | 320 | 34 | 0 | 11 | 12 | 241 | 70 | 115 |
| Binary | 10100100 | 11100101 | 11010000 | 11100 | 0 | 1001 | 1010 | 10100001 | 111000 | 1001101 |
Color Harmonies of #A4E5D0
Complementary color
Monochromatic Colors of #A4E5D0
Black with #A4E5D0
Text Example
Text Example
White with #A4E5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E5D0; }
p { color: rgb(164,229,208); }
H1.HeaderClassName
{
color: #A4E5D0;
}
.AnyTagClassName
{
color: #A4E5D0;
}
</style>
background-color css
<style>
a { background-color: #A4E5D0; }
a { background-color: rgb(164,229,208); }
div.DivClassName
{
background-color: #A4E5D0;
}
.BgClassName
{
background-color: #A4E5D0;
}
</style>
border-color css
<style>
span { border-color: #A4E5D0; }
span { border-color: rgb(164,229,208); }
td.TdClassName
{
border-color: #A4E5D0;
}
.TagClassName
{
border-color: #A4E5D0;
}
</style>