Shades of Ice Cold #A4E1D0
Tints of Ice Cold #A4E1D0
RGB
CMYK
RGB Variations
Color information
#A4E1D0 (or 0xA4E1D0) is known color: Ice Cold. HEX triplet: A4, E1 and D0. RGB value is (164,225,208). Sum of RGB (Red+Green+Blue) = 164+225+208=597 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.47% from 597); Green value is 225 (88.28% from 255 or 37.69% from 597); Blue value is 208 (81.64% from 255 or 34.84% from 597); Max value from RGB is 225 - color contains mainly: green. Hex color #A4E1D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E1D0 is #5B1E2F. Grayscale: #CCCCCC. Windows color (decimal): -5971504 or 13689252. OLE color: 13689252.
HSL color Cylindrical-coordinate representation of color #A4E1D0: hue angle of 163.28º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E1D0 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 225 | 208 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.12 |
| HSL | 163.28º | 0.5% | 0.76% | - |
| HSV(B) | 163.28º | 0.27% | 0.88% | - |
| XYZ | 53.62 | 66.3 | 69.65 | - |
| YUV | 204.82 | 129.79 | 98.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 225 | 208 | 0.27 | 0 | 0.08 | 0.12 | 163.28 | 0.5 | 0.76 |
| Hex | A4 | E1 | D0 | 1B | 0 | 8 | C | A3 | 32 | 4C |
| Octal | 244 | 341 | 320 | 33 | 0 | 10 | 14 | 243 | 62 | 114 |
| Binary | 10100100 | 11100001 | 11010000 | 11011 | 0 | 1000 | 1100 | 10100011 | 110010 | 1001100 |
Color Harmonies of #A4E1D0
Complementary color
Monochromatic Colors of #A4E1D0
Black with #A4E1D0
Text Example
Text Example
White with #A4E1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E1D0; }
p { color: rgb(164,225,208); }
H1.HeaderClassName
{
color: #A4E1D0;
}
.AnyTagClassName
{
color: #A4E1D0;
}
</style>
background-color css
<style>
a { background-color: #A4E1D0; }
a { background-color: rgb(164,225,208); }
div.DivClassName
{
background-color: #A4E1D0;
}
.BgClassName
{
background-color: #A4E1D0;
}
</style>
border-color css
<style>
span { border-color: #A4E1D0; }
span { border-color: rgb(164,225,208); }
td.TdClassName
{
border-color: #A4E1D0;
}
.TagClassName
{
border-color: #A4E1D0;
}
</style>