#A0E4D2

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

Shades of Ice Cold #A0E4D2

Tints of Ice Cold #A0E4D2

Color information

#A0E4D2 (or 0xA0E4D2) is unknown color: approx Ice Cold. HEX triplet: A0, E4 and D2. RGB value is (160,228,210). Sum of RGB (Red+Green+Blue) = 160+228+210=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 228 (89.45% from 255 or 38.13% from 598); Blue value is 210 (82.42% from 255 or 35.12% from 598); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E4D2 is #5F1B2D. Grayscale: #CDCDCD. Windows color (decimal): -6232878 or 13821088. OLE color: 13821088.

HSL color Cylindrical-coordinate representation of color #A0E4D2: hue angle of 164.12º 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 #A0E4D2 is Cyan = 0.30, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB160228210-
CMYK0.3000.080.11
HSL164.12º55.74%76.08%-
HSV(B)164.12º29.82%89.41%-
XYZ53.8767.6171.18-
YUV205.62130.4795.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 228 (89.45% from 255) = 38.13%
BLUE value IS 210 (82.42% from 255) = 35.12%
R=26.76%
G=38.13%
B=35.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602282100.3000.080.11164.1255.7476.08
HexA0E4D21E08Ba4384c
Octal240344322360101324470114
Binary10100000111001001101001011110010001011101001001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E4D2; }

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

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

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

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

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

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

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

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