Shades of Ice Cold #A4E6D0
Tints of Ice Cold #A4E6D0
RGB
CMYK
RGB Variations
Color information
#A4E6D0 (or 0xA4E6D0) is known color: Ice Cold. HEX triplet: A4, E6 and D0. RGB value is (164,230,208). Sum of RGB (Red+Green+Blue) = 164+230+208=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 230 (90.23% from 255 or 38.21% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4E6D0 is #5B192F. Grayscale: #CFCFCF. Windows color (decimal): -5970224 or 13690532. OLE color: 13690532.
HSL color Cylindrical-coordinate representation of color #A4E6D0: hue angle of 160º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6D0 is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 208 | - |
| CMYK | 0.29 | 0 | 0.10 | 0.10 |
| HSL | 160º | 0.57% | 0.77% | - |
| HSV(B) | 160º | 0.29% | 0.9% | - |
| XYZ | 54.99 | 69.04 | 70.1 | - |
| YUV | 207.76 | 128.13 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 208 | 0.29 | 0 | 0.10 | 0.10 | 160 | 0.57 | 0.77 |
| Hex | A4 | E6 | D0 | 1D | 0 | A | A | A0 | 39 | 4D |
| Octal | 244 | 346 | 320 | 35 | 0 | 12 | 12 | 240 | 71 | 115 |
| Binary | 10100100 | 11100110 | 11010000 | 11101 | 0 | 1010 | 1010 | 10100000 | 111001 | 1001101 |
Color Harmonies of #A4E6D0
Complementary color
Monochromatic Colors of #A4E6D0
Black with #A4E6D0
Text Example
Text Example
White with #A4E6D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6D0; }
p { color: rgb(164,230,208); }
H1.HeaderClassName
{
color: #A4E6D0;
}
.AnyTagClassName
{
color: #A4E6D0;
}
</style>
background-color css
<style>
a { background-color: #A4E6D0; }
a { background-color: rgb(164,230,208); }
div.DivClassName
{
background-color: #A4E6D0;
}
.BgClassName
{
background-color: #A4E6D0;
}
</style>
border-color css
<style>
span { border-color: #A4E6D0; }
span { border-color: rgb(164,230,208); }
td.TdClassName
{
border-color: #A4E6D0;
}
.TagClassName
{
border-color: #A4E6D0;
}
</style>