#A0E3D7

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

Shades of Ice Cold #A0E3D7

Tints of Ice Cold #A0E3D7

Color information

#A0E3D7 (or 0xA0E3D7) is unknown color: approx Ice Cold. HEX triplet: A0, E3 and D7. RGB value is (160,227,215). Sum of RGB (Red+Green+Blue) = 160+227+215=602 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.58% from 602); Green value is 227 (89.06% from 255 or 37.71% from 602); Blue value is 215 (84.38% from 255 or 35.71% from 602); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3D7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E3D7 is #5F1C28. Grayscale: #CDCDCD. Windows color (decimal): -6233129 or 14148512. OLE color: 14148512.

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

Color convert

RGB160227215-
CMYK0.3000.050.11
HSL169.25º54.47%75.88%-
HSV(B)169.25º29.52%89.02%-
XYZ54.2367.3274.43-
YUV205.6133.395.48-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.58%
GREEN value IS 227 (89.06% from 255) = 37.71%
BLUE value IS 215 (84.38% from 255) = 35.71%
R=26.58%
G=37.71%
B=35.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1602272150.3000.050.11169.2554.4775.88
HexA0E3D71E05Ba9364c
Octal24034332736051325166114
Binary1010000011100011110101111111001011011101010011101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E3D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E3D7; }

 p { color: rgb(160,227,215); }

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

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

 a { background-color: rgb(160,227,215); }

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

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

 span { border-color: rgb(160,227,215); }

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