Shades of Ice Cold #A4E2D0
Tints of Ice Cold #A4E2D0
RGB
CMYK
RGB Variations
Color information
#A4E2D0 (or 0xA4E2D0) is known color: Ice Cold. HEX triplet: A4, E2 and D0. RGB value is (164,226,208). Sum of RGB (Red+Green+Blue) = 164+226+208=598 (79% of max value = 765). Red value is 164 (64.45% from 255 or 27.42% from 598); Green value is 226 (88.67% from 255 or 37.79% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E2D0 is #5B1D2F. Grayscale: #CDCDCD. Windows color (decimal): -5971248 or 13689508. OLE color: 13689508.
HSL color Cylindrical-coordinate representation of color #A4E2D0: hue angle of 162.58º 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 #A4E2D0 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 208 | - |
| CMYK | 0.27 | 0 | 0.08 | 0.11 |
| HSL | 162.58º | 0.52% | 0.76% | - |
| HSV(B) | 162.58º | 0.27% | 0.89% | - |
| XYZ | 53.89 | 66.84 | 69.74 | - |
| YUV | 205.41 | 129.46 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 208 | 0.27 | 0 | 0.08 | 0.11 | 162.58 | 0.52 | 0.76 |
| Hex | A4 | E2 | D0 | 1B | 0 | 8 | B | A3 | 34 | 4C |
| Octal | 244 | 342 | 320 | 33 | 0 | 10 | 13 | 243 | 64 | 114 |
| Binary | 10100100 | 11100010 | 11010000 | 11011 | 0 | 1000 | 1011 | 10100011 | 110100 | 1001100 |
Color Harmonies of #A4E2D0
Complementary color
Monochromatic Colors of #A4E2D0
Black with #A4E2D0
Text Example
Text Example
White with #A4E2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2D0; }
p { color: rgb(164,226,208); }
H1.HeaderClassName
{
color: #A4E2D0;
}
.AnyTagClassName
{
color: #A4E2D0;
}
</style>
background-color css
<style>
a { background-color: #A4E2D0; }
a { background-color: rgb(164,226,208); }
div.DivClassName
{
background-color: #A4E2D0;
}
.BgClassName
{
background-color: #A4E2D0;
}
</style>
border-color css
<style>
span { border-color: #A4E2D0; }
span { border-color: rgb(164,226,208); }
td.TdClassName
{
border-color: #A4E2D0;
}
.TagClassName
{
border-color: #A4E2D0;
}
</style>