Shades of Ice Cold #A4E0CA
Tints of Ice Cold #A4E0CA
RGB
CMYK
RGB Variations
Color information
#A4E0CA (or 0xA4E0CA) is known color: Ice Cold. HEX triplet: A4, E0 and CA. RGB value is (164,224,202). Sum of RGB (Red+Green+Blue) = 164+224+202=590 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.80% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0CA is #5B1F35. Grayscale: #CBCBCB. Windows color (decimal): -5971766 or 13295780. OLE color: 13295780.
HSL color Cylindrical-coordinate representation of color #A4E0CA: hue angle of 158º degrees, saturation: 0.49, 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 #A4E0CA is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 202 | - |
| CMYK | 0.27 | 0 | 0.10 | 0.12 |
| HSL | 158º | 0.49% | 0.76% | - |
| HSV(B) | 158º | 0.27% | 0.88% | - |
| XYZ | 52.63 | 65.47 | 65.74 | - |
| YUV | 203.55 | 127.12 | 99.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 202 | 0.27 | 0 | 0.10 | 0.12 | 158 | 0.49 | 0.76 |
| Hex | A4 | E0 | CA | 1B | 0 | A | C | 9E | 31 | 4C |
| Octal | 244 | 340 | 312 | 33 | 0 | 12 | 14 | 236 | 61 | 114 |
| Binary | 10100100 | 11100000 | 11001010 | 11011 | 0 | 1010 | 1100 | 10011110 | 110001 | 1001100 |
Color Harmonies of #A4E0CA
Complementary color
Monochromatic Colors of #A4E0CA
Black with #A4E0CA
Text Example
Text Example
White with #A4E0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E0CA; }
p { color: rgb(164,224,202); }
H1.HeaderClassName
{
color: #A4E0CA;
}
.AnyTagClassName
{
color: #A4E0CA;
}
</style>
background-color css
<style>
a { background-color: #A4E0CA; }
a { background-color: rgb(164,224,202); }
div.DivClassName
{
background-color: #A4E0CA;
}
.BgClassName
{
background-color: #A4E0CA;
}
</style>
border-color css
<style>
span { border-color: #A4E0CA; }
span { border-color: rgb(164,224,202); }
td.TdClassName
{
border-color: #A4E0CA;
}
.TagClassName
{
border-color: #A4E0CA;
}
</style>