#A0E7DA

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

Shades of Ice Cold #A0E7DA

Tints of Ice Cold #A0E7DA

Color information

#A0E7DA (or 0xA0E7DA) is unknown color: approx Ice Cold. HEX triplet: A0, E7 and DA. RGB value is (160,231,218). Sum of RGB (Red+Green+Blue) = 160+231+218=609 (80% of max value = 765). Red value is 160 (62.89% from 255 or 26.27% from 609); Green value is 231 (90.62% from 255 or 37.93% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E7DA is #5F1825. Grayscale: #D0D0D0. Windows color (decimal): -6232102 or 14346144. OLE color: 14346144.

HSL color Cylindrical-coordinate representation of color #A0E7DA: hue angle of 169.01º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E7DA is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB160231218-
CMYK0.3100.060.09
HSL169.01º59.66%76.67%-
HSV(B)169.01º30.74%90.59%-
XYZ55.7369.6976.84-
YUV208.29133.4893.56-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.27%
GREEN value IS 231 (90.62% from 255) = 37.93%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=26.27%
G=37.93%
B=35.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1602312180.3100.060.09169.0159.6676.67
HexA0E7DA1F069a93c4d
Octal24034733237061125174115
Binary1010000011100111110110101111101101001101010011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E7DA; }

 p { color: rgb(160,231,218); }

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

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

 a { background-color: rgb(160,231,218); }

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

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

 span { border-color: rgb(160,231,218); }

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