Shades of Ice Cold #A4E2D4
Tints of Ice Cold #A4E2D4
RGB
CMYK
RGB Variations
Color information
#A4E2D4 (or 0xA4E2D4) is known color: Ice Cold. HEX triplet: A4, E2 and D4. RGB value is (164,226,212). Sum of RGB (Red+Green+Blue) = 164+226+212=602 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.24% from 602); Green value is 226 (88.67% from 255 or 37.54% from 602); Blue value is 212 (83.20% from 255 or 35.22% from 602); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E2D4 is #5B1D2B. Grayscale: #CDCDCD. Windows color (decimal): -5971244 or 13951652. OLE color: 13951652.
HSL color Cylindrical-coordinate representation of color #A4E2D4: hue angle of 166.45º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E2D4 is Cyan = 0.27, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 212 | - |
| CMYK | 0.27 | 0 | 0.06 | 0.11 |
| HSL | 166.45º | 0.52% | 0.76% | - |
| HSV(B) | 166.45º | 0.27% | 0.89% | - |
| XYZ | 54.39 | 67.04 | 72.36 | - |
| YUV | 205.87 | 131.46 | 98.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 212 | 0.27 | 0 | 0.06 | 0.11 | 166.45 | 0.52 | 0.76 |
| Hex | A4 | E2 | D4 | 1B | 0 | 6 | B | A6 | 34 | 4C |
| Octal | 244 | 342 | 324 | 33 | 0 | 6 | 13 | 246 | 64 | 114 |
| Binary | 10100100 | 11100010 | 11010100 | 11011 | 0 | 110 | 1011 | 10100110 | 110100 | 1001100 |
Color Harmonies of #A4E2D4
Complementary color
Monochromatic Colors of #A4E2D4
Black with #A4E2D4
Text Example
Text Example
White with #A4E2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2D4; }
p { color: rgb(164,226,212); }
H1.HeaderClassName
{
color: #A4E2D4;
}
.AnyTagClassName
{
color: #A4E2D4;
}
</style>
background-color css
<style>
a { background-color: #A4E2D4; }
a { background-color: rgb(164,226,212); }
div.DivClassName
{
background-color: #A4E2D4;
}
.BgClassName
{
background-color: #A4E2D4;
}
</style>
border-color css
<style>
span { border-color: #A4E2D4; }
span { border-color: rgb(164,226,212); }
td.TdClassName
{
border-color: #A4E2D4;
}
.TagClassName
{
border-color: #A4E2D4;
}
</style>