#A1E5D1

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

Shades of Ice Cold #A1E5D1

Tints of Ice Cold #A1E5D1

Color information

#A1E5D1 (or 0xA1E5D1) is unknown color: approx Ice Cold. HEX triplet: A1, E5 and D1. RGB value is (161,229,209). Sum of RGB (Red+Green+Blue) = 161+229+209=599 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.88% from 599); Green value is 229 (89.84% from 255 or 38.23% from 599); Blue value is 209 (82.03% from 255 or 34.89% from 599); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A1E5D1 is #5E1A2E. Grayscale: #CECECE. Windows color (decimal): -6167087 or 13755809. OLE color: 13755809.

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

Color convert

RGB161229209-
CMYK0.3000.090.10
HSL162.35º56.67%76.47%-
HSV(B)162.35º29.69%89.8%-
XYZ54.2368.2270.63-
YUV206.39129.4795.63-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 26.88%
GREEN value IS 229 (89.84% from 255) = 38.23%
BLUE value IS 209 (82.03% from 255) = 34.89%
R=26.88%
G=38.23%
B=34.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1612292090.3000.090.10162.3556.6776.47
HexA1E5D11E09Aa2394c
Octal241345321360111224271114
Binary10100001111001011101000111110010011010101000101110011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1E5D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1E5D1; }

 p { color: rgb(161,229,209); }

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

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

 a { background-color: rgb(161,229,209); }

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

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

 span { border-color: rgb(161,229,209); }

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