#A0E3D3

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

Shades of Ice Cold #A0E3D3

Tints of Ice Cold #A0E3D3

Color information

#A0E3D3 (or 0xA0E3D3) is unknown color: approx Ice Cold. HEX triplet: A0, E3 and D3. RGB value is (160,227,211). Sum of RGB (Red+Green+Blue) = 160+227+211=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 227 (89.06% from 255 or 37.96% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 227 - color contains mainly: green. Hex color #A0E3D3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E3D3 is #5F1C2C. Grayscale: #CDCDCD. Windows color (decimal): -6233133 or 13886368. OLE color: 13886368.

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

Color convert

RGB160227211-
CMYK0.3000.070.11
HSL165.67º54.47%75.88%-
HSV(B)165.67º29.52%89.02%-
XYZ53.7267.1171.75-
YUV205.14131.395.8-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.76%
GREEN value IS 227 (89.06% from 255) = 37.96%
BLUE value IS 211 (82.81% from 255) = 35.28%
R=26.76%
G=37.96%
B=35.28%

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
Decimal1602272110.3000.070.11165.6754.4775.88
HexA0E3D31E07Ba6364c
Octal24034332336071324666114
Binary1010000011100011110100111111001111011101001101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E3D3; }

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

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

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

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

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

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

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

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