#A1E6D2

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

Shades of Ice Cold #A1E6D2

Tints of Ice Cold #A1E6D2

Color information

#A1E6D2 (or 0xA1E6D2) is unknown color: approx Ice Cold. HEX triplet: A1, E6 and D2. RGB value is (161,230,210). Sum of RGB (Red+Green+Blue) = 161+230+210=601 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.79% from 601); Green value is 230 (90.23% from 255 or 38.27% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E6D2 is #5E192D. Grayscale: #CFCFCF. Windows color (decimal): -6166830 or 13821601. OLE color: 13821601.

HSL color Cylindrical-coordinate representation of color #A1E6D2: hue angle of 162.61º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E6D2 is Cyan = 0.3, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.10.

Color convert

RGB161230210-
CMYK0.300.090.10
HSL162.61º57.98%76.67%-
HSV(B)162.61º30%90.2%-
XYZ54.6368.8271.38-
YUV207.09129.6495.13-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.79%
GREEN value IS 230 (90.23% from 255) = 38.27%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=26.79%
G=38.27%
B=34.94%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612302100.300.090.10162.6157.9876.67
HexA1E6D21E09Aa33a4d
Octal241346322360111224372115
Binary10100001111001101101001011110010011010101000111110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E6D2; }

 p { color: rgb(161,230,210); }

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

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

 a { background-color: rgb(161,230,210); }

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

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

 span { border-color: rgb(161,230,210); }

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