#A6E1DA

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

Shades of Scandal #A6E1DA

Tints of Scandal #A6E1DA

Color information

#A6E1DA (or 0xA6E1DA) is unknown color: approx Scandal. HEX triplet: A6, E1 and DA. RGB value is (166,225,218). Sum of RGB (Red+Green+Blue) = 166+225+218=609 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.26% from 609); Green value is 225 (88.28% from 255 or 36.95% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6E1DA is #591E25. Grayscale: #CECECE. Windows color (decimal): -5840422 or 14344614. OLE color: 14344614.

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

Color convert

RGB166225218-
CMYK0.2600.030.12
HSL172.88º49.58%76.67%-
HSV(B)172.88º26.22%88.24%-
XYZ55.3167.0276.35-
YUV206.56134.4599.07-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 27.26%
GREEN value IS 225 (88.28% from 255) = 36.95%
BLUE value IS 218 (85.55% from 255) = 35.80%
R=27.26%
G=36.95%
B=35.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1662252180.2600.030.12172.8849.5876.67
HexA6E1DA1A03Cad324d
Octal24634133232031425562115
Binary101001101110000111011010110100111100101011011100101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E1DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E1DA; }

 p { color: rgb(166,225,218); }

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

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

 a { background-color: rgb(166,225,218); }

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

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

 span { border-color: rgb(166,225,218); }

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