#A0F0DE

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

Shades of Ice Cold #A0F0DE

Tints of Ice Cold #A0F0DE

Color information

#A0F0DE (or 0xA0F0DE) is unknown color: approx Ice Cold. HEX triplet: A0, F0 and DE. RGB value is (160,240,222). Sum of RGB (Red+Green+Blue) = 160+240+222=622 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.72% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0DE is #5F0F21. Grayscale: #D6D6D6. Windows color (decimal): -6229794 or 14610592. OLE color: 14610592.

HSL color Cylindrical-coordinate representation of color #A0F0DE: hue angle of 166.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0DE is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB160240222-
CMYK0.3300.080.06
HSL166.5º72.73%78.43%-
HSV(B)166.5º33.33%94.12%-
XYZ58.8475.0780.5-
YUV214.03132.589.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.72%
GREEN value IS 240 (94.14% from 255) = 38.59%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=25.72%
G=38.59%
B=35.69%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602402220.3300.080.06166.572.7378.43
HexA0F0DE21086a6494e
Octal240360336410106246111116
Binary101000001111000011011110100001010001101010011010010011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0F0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0F0DE; }

 p { color: rgb(160,240,222); }

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

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

 a { background-color: rgb(160,240,222); }

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

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

 span { border-color: rgb(160,240,222); }

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