#A7D6C6

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

Shades of Scandal #A7D6C6

Tints of Scandal #A7D6C6

Color information

#A7D6C6 (or 0xA7D6C6) is unknown color: approx Scandal. HEX triplet: A7, D6 and C6. RGB value is (167,214,198). Sum of RGB (Red+Green+Blue) = 167+214+198=579 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.84% from 579); Green value is 214 (83.98% from 255 or 36.96% from 579); Blue value is 198 (77.73% from 255 or 34.20% from 579); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6C6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D6C6 is #582939. Grayscale: #C6C6C6. Windows color (decimal): -5777722 or 13031079. OLE color: 13031079.

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

Color convert

RGB167214198-
CMYK0.2200.070.16
HSL159.57º36.43%74.71%-
HSV(B)159.57º21.96%83.92%-
XYZ50.1860.3962.44-
YUV198.12127.93105.8-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.84%
GREEN value IS 214 (83.98% from 255) = 36.96%
BLUE value IS 198 (77.73% from 255) = 34.20%
R=28.84%
G=36.96%
B=34.20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1672141980.2200.070.16159.5736.4374.71
HexA7D6C6160710a0244b
Octal24732630626072024044113
Binary10100111110101101100011010110011110000101000001001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D6C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D6C6; }

 p { color: rgb(167,214,198); }

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

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

 a { background-color: rgb(167,214,198); }

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

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

 span { border-color: rgb(167,214,198); }

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