#A6D7C6

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

Shades of Scandal #A6D7C6

Tints of Scandal #A6D7C6

Color information

#A6D7C6 (or 0xA6D7C6) is unknown color: approx Scandal. HEX triplet: A6, D7 and C6. RGB value is (166,215,198). Sum of RGB (Red+Green+Blue) = 166+215+198=579 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.67% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #A6D7C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D7C6 is #592839. Grayscale: #C6C6C6. Windows color (decimal): -5843002 or 13031334. OLE color: 13031334.

HSL color Cylindrical-coordinate representation of color #A6D7C6: hue angle of 159.18º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A6D7C6 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB166215198-
CMYK0.2300.080.16
HSL159.18º37.98%74.71%-
HSV(B)159.18º22.79%84.31%-
XYZ50.2260.7962.51-
YUV198.41127.77104.88-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.67%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=28.67%
G=37.13%
B=34.20%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1662151980.2300.080.16159.1837.9874.71
HexA6D7C61708109f264b
Octal246327306270102023746113
Binary101001101101011111000110101110100010000100111111001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D7C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D7C6; }

 p { color: rgb(166,215,198); }

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

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

 a { background-color: rgb(166,215,198); }

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

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

 span { border-color: rgb(166,215,198); }

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