#A6DCCC

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

Shades of Scandal #A6DCCC

Tints of Scandal #A6DCCC

Color information

#A6DCCC (or 0xA6DCCC) is unknown color: approx Scandal. HEX triplet: A6, DC and CC. RGB value is (166,220,204). Sum of RGB (Red+Green+Blue) = 166+220+204=590 (78% of max value = 765). Red value is 166 (65.23% from 255 or 28.14% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 204 (80.08% from 255 or 34.58% from 590); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6DCCC is #592333. Grayscale: #CACACA. Windows color (decimal): -5841716 or 13425830. OLE color: 13425830.

HSL color Cylindrical-coordinate representation of color #A6DCCC: hue angle of 162.22º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCCC is Cyan = 0.25, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB166220204-
CMYK0.2500.070.14
HSL162.22º43.55%75.69%-
HSV(B)162.22º24.55%86.27%-
XYZ52.2263.6566.66-
YUV202.03129.11102.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.14%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 204 (80.08% from 255) = 34.58%
R=28.14%
G=37.29%
B=34.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1662202040.2500.070.14162.2243.5575.69
HexA6DCCC1907Ea22c4c
Octal24633431431071624254114
Binary1010011011011100110011001100101111110101000101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6DCCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6DCCC; }

 p { color: rgb(166,220,204); }

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

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

 a { background-color: rgb(166,220,204); }

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

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

 span { border-color: rgb(166,220,204); }

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