#A0E4D3

Color #A0E4D3 Ice Cold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ice Cold #A0E4D3

Tints of Ice Cold #A0E4D3

Color information

#A0E4D3 (or 0xA0E4D3) is unknown color: approx Ice Cold. HEX triplet: A0, E4 and D3. RGB value is (160,228,211). Sum of RGB (Red+Green+Blue) = 160+228+211=599 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.71% from 599); Green value is 228 (89.45% from 255 or 38.06% from 599); Blue value is 211 (82.81% from 255 or 35.23% from 599); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E4D3 is #5F1B2C. Grayscale: #CDCDCD. Windows color (decimal): -6232877 or 13886624. OLE color: 13886624.

HSL color Cylindrical-coordinate representation of color #A0E4D3: hue angle of 165º degrees, saturation: 0.56, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A0E4D3 is Cyan = 0.30, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB160228211-
CMYK0.3000.070.11
HSL165º55.74%76.08%-
HSV(B)165º29.82%89.41%-
XYZ5467.6671.84-
YUV205.73130.9795.38-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 160 (62.89% from 255) = 26.71%
GREEN value IS 228 (89.45% from 255) = 38.06%
BLUE value IS 211 (82.81% from 255) = 35.23%
R=26.71%
G=38.06%
B=35.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602282110.3000.070.1116555.7476.08
HexA0E4D31E07Ba5384c
Octal24034432336071324570114
Binary1010000011100100110100111111001111011101001011110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E4D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E4D3; }

 p { color: rgb(160,228,211); }

 H1.HeaderClassName
 {
   color: #A0E4D3;
 }
 .AnyTagClassName
 {
   color: #A0E4D3;
 }
</style>
background-color css

<style>
 a { background-color: #A0E4D3; }

 a { background-color: rgb(160,228,211); }

 div.DivClassName
 {
   background-color: #A0E4D3;
 }
 .BgClassName
 {
   background-color: #A0E4D3;
 }
</style>
border-color css

<style>
 span { border-color: #A0E4D3; }

 span { border-color: rgb(160,228,211); }

 td.TdClassName
 {
   border-color: #A0E4D3;
 }
 .TagClassName
 {
   border-color: #A0E4D3;
 }
</style>