#A6D4C5

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

Shades of Scandal #A6D4C5

Tints of Scandal #A6D4C5

Color information

#A6D4C5 (or 0xA6D4C5) is unknown color: approx Scandal. HEX triplet: A6, D4 and C5. RGB value is (166,212,197). Sum of RGB (Red+Green+Blue) = 166+212+197=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 197 (77.34% from 255 or 34.26% from 575); Max value from RGB is 212 - color contains mainly: green. Hex color #A6D4C5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D4C5 is #592B3A. Grayscale: #C4C4C4. Windows color (decimal): -5843771 or 12965030. OLE color: 12965030.

HSL color Cylindrical-coordinate representation of color #A6D4C5: hue angle of 160.43º degrees, saturation: 0.35, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D4C5 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB166212197-
CMYK0.2200.070.17
HSL160.43º34.85%74.12%-
HSV(B)160.43º21.7%83.14%-
XYZ49.3559.2361.65-
YUV196.54128.26106.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 28.87%
GREEN value IS 212 (83.20% from 255) = 36.87%
BLUE value IS 197 (77.34% from 255) = 34.26%
R=28.87%
G=36.87%
B=34.26%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1662121970.2200.070.17160.4334.8574.12
HexA6D4C5160711a0234a
Octal24632430526072124043112
Binary10100110110101001100010110110011110001101000001000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D4C5; }

 p { color: rgb(166,212,197); }

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

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

 a { background-color: rgb(166,212,197); }

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

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

 span { border-color: rgb(166,212,197); }

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