#A7D6C7

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

Shades of Scandal #A7D6C7

Tints of Scandal #A7D6C7

Color information

#A7D6C7 (or 0xA7D6C7) is unknown color: approx Scandal. HEX triplet: A7, D6 and C7. RGB value is (167,214,199). Sum of RGB (Red+Green+Blue) = 167+214+199=580 (76% of max value = 765). Red value is 167 (65.62% from 255 or 28.79% from 580); Green value is 214 (83.98% from 255 or 36.90% from 580); Blue value is 199 (78.12% from 255 or 34.31% from 580); Max value from RGB is 214 - color contains mainly: green. Hex color #A7D6C7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7D6C7 is #582938. Grayscale: #C6C6C6. Windows color (decimal): -5777721 or 13096615. OLE color: 13096615.

HSL color Cylindrical-coordinate representation of color #A7D6C7: hue angle of 160.85º 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 #A7D6C7 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB167214199-
CMYK0.2200.070.16
HSL160.85º36.43%74.71%-
HSV(B)160.85º21.96%83.92%-
XYZ50.2960.4363.05-
YUV198.24128.43105.72-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.79%
GREEN value IS 214 (83.98% from 255) = 36.90%
BLUE value IS 199 (78.12% from 255) = 34.31%
R=28.79%
G=36.90%
B=34.31%

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
Decimal1672141990.2200.070.16160.8536.4374.71
HexA7D6C7160710a1244b
Octal24732630726072024144113
Binary10100111110101101100011110110011110000101000011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7D6C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7D6C7; }

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

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

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

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

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

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

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

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