Shades of Ice Cold #A4E0D0
Tints of Ice Cold #A4E0D0
RGB
CMYK
RGB Variations
Color information
#A4E0D0 (or 0xA4E0D0) is known color: Ice Cold. HEX triplet: A4, E0 and D0. RGB value is (164,224,208). Sum of RGB (Red+Green+Blue) = 164+224+208=596 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.52% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 208 (81.64% from 255 or 34.90% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0D0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4E0D0 is #5B1F2F. Grayscale: #CCCCCC. Windows color (decimal): -5971760 or 13688996. OLE color: 13688996.
HSL color Cylindrical-coordinate representation of color #A4E0D0: hue angle of 164º 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 #A4E0D0 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 208 | - |
| CMYK | 0.27 | 0 | 0.07 | 0.12 |
| HSL | 164º | 0.49% | 0.76% | - |
| HSV(B) | 164º | 0.27% | 0.88% | - |
| XYZ | 53.35 | 65.76 | 69.56 | - |
| YUV | 204.24 | 130.12 | 99.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 208 | 0.27 | 0 | 0.07 | 0.12 | 164 | 0.49 | 0.76 |
| Hex | A4 | E0 | D0 | 1B | 0 | 7 | C | A4 | 31 | 4C |
| Octal | 244 | 340 | 320 | 33 | 0 | 7 | 14 | 244 | 61 | 114 |
| Binary | 10100100 | 11100000 | 11010000 | 11011 | 0 | 111 | 1100 | 10100100 | 110001 | 1001100 |
Color Harmonies of #A4E0D0
Complementary color
Monochromatic Colors of #A4E0D0
Black with #A4E0D0
Text Example
Text Example
White with #A4E0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E0D0; }
p { color: rgb(164,224,208); }
H1.HeaderClassName
{
color: #A4E0D0;
}
.AnyTagClassName
{
color: #A4E0D0;
}
</style>
background-color css
<style>
a { background-color: #A4E0D0; }
a { background-color: rgb(164,224,208); }
div.DivClassName
{
background-color: #A4E0D0;
}
.BgClassName
{
background-color: #A4E0D0;
}
</style>
border-color css
<style>
span { border-color: #A4E0D0; }
span { border-color: rgb(164,224,208); }
td.TdClassName
{
border-color: #A4E0D0;
}
.TagClassName
{
border-color: #A4E0D0;
}
</style>