#A6E6D2

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

Shades of Ice Cold #A6E6D2

Tints of Ice Cold #A6E6D2

Color information

#A6E6D2 (or 0xA6E6D2) is unknown color: approx Ice Cold. HEX triplet: A6, E6 and D2. RGB value is (166,230,210). Sum of RGB (Red+Green+Blue) = 166+230+210=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 230 (90.23% from 255 or 37.95% from 606); Blue value is 210 (82.42% from 255 or 34.65% from 606); Max value from RGB is 230 - color contains mainly: green. Hex color #A6E6D2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6E6D2 is #59192D. Grayscale: #D0D0D0. Windows color (decimal): -5839150 or 13821606. OLE color: 13821606.

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

Color convert

RGB166230210-
CMYK0.2800.090.10
HSL161.25º56.14%77.65%-
HSV(B)161.25º27.83%90.2%-
XYZ55.6669.3571.43-
YUV208.58128.897.63-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.39%
GREEN value IS 230 (90.23% from 255) = 37.95%
BLUE value IS 210 (82.42% from 255) = 34.65%
R=27.39%
G=37.95%
B=34.65%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1662302100.2800.090.10161.2556.1477.65
HexA6E6D21C09Aa1384e
Octal246346322340111224170116
Binary10100110111001101101001011100010011010101000011110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E6D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E6D2; }

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

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

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

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

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

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

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

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