#A7C5BF

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

Shades of Opal #A7C5BF

Tints of Opal #A7C5BF

Color information

#A7C5BF (or 0xA7C5BF) is unknown color: approx Opal. HEX triplet: A7, C5 and BF. RGB value is (167,197,191). Sum of RGB (Red+Green+Blue) = 167+197+191=555 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.09% from 555); Green value is 197 (77.34% from 255 or 35.50% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 197 - color contains mainly: green. Hex color #A7C5BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C5BF is #583A40. Grayscale: #BBBBBB. Windows color (decimal): -5782081 or 12567975. OLE color: 12567975.

HSL color Cylindrical-coordinate representation of color #A7C5BF: hue angle of 168º degrees, saturation: 0.21, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A7C5BF is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB167197191-
CMYK0.1500.030.23
HSL168º20.55%71.37%-
HSV(B)168º15.23%77.25%-
XYZ45.3151.9156.92-
YUV187.35130.06113.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.09%
GREEN value IS 197 (77.34% from 255) = 35.50%
BLUE value IS 191 (75% from 255) = 34.41%
R=30.09%
G=35.50%
B=34.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671971910.1500.030.2316820.5571.37
HexA7C5BFF0317a81547
Octal24730527717032725025107
Binary10100111110001011011111111110111011110101000101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C5BF; }

 p { color: rgb(167,197,191); }

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

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

 a { background-color: rgb(167,197,191); }

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

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

 span { border-color: rgb(167,197,191); }

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