#A1E0CE

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

Shades of Ice Cold #A1E0CE

Tints of Ice Cold #A1E0CE

Color information

#A1E0CE (or 0xA1E0CE) is unknown color: approx Ice Cold. HEX triplet: A1, E0 and CE. RGB value is (161,224,206). Sum of RGB (Red+Green+Blue) = 161+224+206=591 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.24% from 591); Green value is 224 (87.89% from 255 or 37.90% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 224 - color contains mainly: green. Hex color #A1E0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E0CE is #5E1F31. Grayscale: #CBCBCB. Windows color (decimal): -6168370 or 13557921. OLE color: 13557921.

HSL color Cylindrical-coordinate representation of color #A1E0CE: hue angle of 162.86º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E0CE is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB161224206-
CMYK0.2800.080.12
HSL162.86º50.4%75.49%-
HSV(B)162.86º28.12%87.84%-
XYZ52.4965.3468.24-
YUV203.11129.6397.96-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 27.24%
GREEN value IS 224 (87.89% from 255) = 37.90%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=27.24%
G=37.90%
B=34.86%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1612242060.2800.080.12162.8650.475.49
HexA1E0CE1C08Ca3324b
Octal241340316340101424362113
Binary10100001111000001100111011100010001100101000111100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E0CE; }

 p { color: rgb(161,224,206); }

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

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

 a { background-color: rgb(161,224,206); }

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

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

 span { border-color: rgb(161,224,206); }

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