#A0EFE0

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

Shades of Ice Cold #A0EFE0

Tints of Ice Cold #A0EFE0

Color information

#A0EFE0 (or 0xA0EFE0) is unknown color: approx Ice Cold. HEX triplet: A0, EF and E0. RGB value is (160,239,224). Sum of RGB (Red+Green+Blue) = 160+239+224=623 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.68% from 623); Green value is 239 (93.75% from 255 or 38.36% from 623); Blue value is 224 (87.89% from 255 or 35.96% from 623); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFE0 is #5F101F. Grayscale: #D5D5D5. Windows color (decimal): -6230048 or 14741408. OLE color: 14741408.

HSL color Cylindrical-coordinate representation of color #A0EFE0: hue angle of 168.61º degrees, saturation: 0.71, 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 #A0EFE0 is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.06.

Color convert

RGB160239224-
CMYK0.3300.060.06
HSL168.61º71.17%78.24%-
HSV(B)168.61º33.05%93.73%-
XYZ58.8274.5981.82-
YUV213.67133.8389.72-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 25.68%
GREEN value IS 239 (93.75% from 255) = 38.36%
BLUE value IS 224 (87.89% from 255) = 35.96%
R=25.68%
G=38.36%
B=35.96%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1602392240.3300.060.06168.6171.1778.24
HexA0EFE021066a9474e
Octal24035734041066251107116
Binary10100000111011111110000010000101101101010100110001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0EFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0EFE0; }

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

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

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

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

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

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

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

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