#A0E4D4

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

Shades of Ice Cold #A0E4D4

Tints of Ice Cold #A0E4D4

Color information

#A0E4D4 (or 0xA0E4D4) is unknown color: approx Ice Cold. HEX triplet: A0, E4 and D4. RGB value is (160,228,212). Sum of RGB (Red+Green+Blue) = 160+228+212=600 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.67% from 600); Green value is 228 (89.45% from 255 or 38% from 600); Blue value is 212 (83.20% from 255 or 35.33% from 600); Max value from RGB is 228 - color contains mainly: green. Hex color #A0E4D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A0E4D4 is #5F1B2B. Grayscale: #CDCDCD. Windows color (decimal): -6232876 or 13952160. OLE color: 13952160.

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

Color convert

RGB160228212-
CMYK0.3000.070.11
HSL165.88º55.74%76.08%-
HSV(B)165.88º29.82%89.41%-
XYZ54.1267.7172.5-
YUV205.84131.4795.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 26.67%
GREEN value IS 228 (89.45% from 255) = 38%
BLUE value IS 212 (83.20% from 255) = 35.33%
R=26.67%
G=38%
B=35.33%

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
Decimal1602282120.3000.070.11165.8855.7476.08
HexA0E4D41E07Ba6384c
Octal24034432436071324670114
Binary1010000011100100110101001111001111011101001101110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0E4D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0E4D4; }

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

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

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

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

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

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

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

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