#A6E3D2

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

Shades of Ice Cold #A6E3D2

Tints of Ice Cold #A6E3D2

Color information

#A6E3D2 (or 0xA6E3D2) is unknown color: approx Ice Cold. HEX triplet: A6, E3 and D2. RGB value is (166,227,210). Sum of RGB (Red+Green+Blue) = 166+227+210=603 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.53% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 227 - color contains mainly: green. Hex color #A6E3D2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E3D2 is #591C2D. Grayscale: #CECECE. Windows color (decimal): -5839918 or 13820838. OLE color: 13820838.

HSL color Cylindrical-coordinate representation of color #A6E3D2: hue angle of 163.28º degrees, saturation: 0.52, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A6E3D2 is Cyan = 0.27, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB166227210-
CMYK0.2700.070.11
HSL163.28º52.14%77.06%-
HSV(B)163.28º26.87%89.02%-
XYZ54.8367.771.15-
YUV206.82129.7998.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.53%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 210 (82.42% from 255) = 34.83%
R=27.53%
G=37.65%
B=34.83%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1662272100.2700.070.11163.2852.1477.06
HexA6E3D21B07Ba3344d
Octal24634332233071324364115
Binary1010011011100011110100101101101111011101000111101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E3D2; }

 p { color: rgb(166,227,210); }

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

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

 a { background-color: rgb(166,227,210); }

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

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

 span { border-color: rgb(166,227,210); }

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