#A6E0CD

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

Shades of Ice Cold #A6E0CD

Tints of Ice Cold #A6E0CD

Color information

#A6E0CD (or 0xA6E0CD) is unknown color: approx Ice Cold. HEX triplet: A6, E0 and CD. RGB value is (166,224,205). Sum of RGB (Red+Green+Blue) = 166+224+205=595 (78% of max value = 765). Red value is 166 (65.23% from 255 or 27.90% from 595); Green value is 224 (87.89% from 255 or 37.65% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E0CD is #591F32. Grayscale: #CCCCCC. Windows color (decimal): -5840691 or 13492390. OLE color: 13492390.

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

Color convert

RGB166224205-
CMYK0.2600.080.12
HSL160.34º48.33%76.47%-
HSV(B)160.34º25.89%87.84%-
XYZ53.465.8367.65-
YUV204.49128.28100.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.90%
GREEN value IS 224 (87.89% from 255) = 37.65%
BLUE value IS 205 (80.47% from 255) = 34.45%
R=27.90%
G=37.65%
B=34.45%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662242050.2600.080.12160.3448.3376.47
HexA6E0CD1A08Ca0304c
Octal246340315320101424060114
Binary10100110111000001100110111010010001100101000001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E0CD; }

 p { color: rgb(166,224,205); }

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

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

 a { background-color: rgb(166,224,205); }

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

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

 span { border-color: rgb(166,224,205); }

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