#A1E7D2

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

Shades of Ice Cold #A1E7D2

Tints of Ice Cold #A1E7D2

Color information

#A1E7D2 (or 0xA1E7D2) is unknown color: approx Ice Cold. HEX triplet: A1, E7 and D2. RGB value is (161,231,210). Sum of RGB (Red+Green+Blue) = 161+231+210=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 231 (90.62% from 255 or 38.37% from 602); Blue value is 210 (82.42% from 255 or 34.88% from 602); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E7D2 is #5E182D. Grayscale: #CFCFCF. Windows color (decimal): -6166574 or 13821857. OLE color: 13821857.

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

Color convert

RGB161231210-
CMYK0.3000.090.09
HSL162º59.32%76.86%-
HSV(B)162º30.3%90.59%-
XYZ54.9169.3871.47-
YUV207.68129.3194.71-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.74%
GREEN value IS 231 (90.62% from 255) = 38.37%
BLUE value IS 210 (82.42% from 255) = 34.88%
R=26.74%
G=38.37%
B=34.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1612312100.3000.090.0916259.3276.86
HexA1E7D21E099a23b4d
Octal241347322360111124273115
Binary10100001111001111101001011110010011001101000101110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E7D2; }

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

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

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

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

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

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

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

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