#A0EBE0

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

Shades of Ice Cold #A0EBE0

Tints of Ice Cold #A0EBE0

Color information

#A0EBE0 (or 0xA0EBE0) is unknown color: approx Ice Cold. HEX triplet: A0, EB and E0. RGB value is (160,235,224). Sum of RGB (Red+Green+Blue) = 160+235+224=619 (81% of max value = 765). Red value is 160 (62.89% from 255 or 25.85% from 619); Green value is 235 (92.19% from 255 or 37.96% from 619); Blue value is 224 (87.89% from 255 or 36.19% from 619); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EBE0 is #5F141F. Grayscale: #D3D3D3. Windows color (decimal): -6231072 or 14740384. OLE color: 14740384.

HSL color Cylindrical-coordinate representation of color #A0EBE0: hue angle of 171.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBE0 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB160235224-
CMYK0.3200.050.08
HSL171.2º65.22%77.45%-
HSV(B)171.2º31.91%92.16%-
XYZ57.6672.2781.43-
YUV211.32135.1591.39-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.85%
GREEN value IS 235 (92.19% from 255) = 37.96%
BLUE value IS 224 (87.89% from 255) = 36.19%
R=25.85%
G=37.96%
B=36.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1602352240.3200.050.08171.265.2277.45
HexA0EBE020058ab414d
Octal240353340400510253101115
Binary101000001110101111100000100000010110001010101110000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EBE0; }

 p { color: rgb(160,235,224); }

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

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

 a { background-color: rgb(160,235,224); }

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

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

 span { border-color: rgb(160,235,224); }

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