#A7CBC5

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

Shades of Opal #A7CBC5

Tints of Opal #A7CBC5

Color information

#A7CBC5 (or 0xA7CBC5) is unknown color: approx Opal. HEX triplet: A7, CB and C5. RGB value is (167,203,197). Sum of RGB (Red+Green+Blue) = 167+203+197=567 (75% of max value = 765). Red value is 167 (65.62% from 255 or 29.45% from 567); Green value is 203 (79.69% from 255 or 35.80% from 567); Blue value is 197 (77.34% from 255 or 34.74% from 567); Max value from RGB is 203 - color contains mainly: green. Hex color #A7CBC5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7CBC5 is #58343A. Grayscale: #BFBFBF. Windows color (decimal): -5780539 or 12962727. OLE color: 12962727.

HSL color Cylindrical-coordinate representation of color #A7CBC5: hue angle of 170º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7CBC5 is Cyan = 0.18, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.

Color convert

RGB167203197-
CMYK0.1800.030.20
HSL170º25.71%72.55%-
HSV(B)170º17.73%79.61%-
XYZ47.3754.9660.93-
YUV191.55131.07110.49-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 29.45%
GREEN value IS 203 (79.69% from 255) = 35.80%
BLUE value IS 197 (77.34% from 255) = 34.74%
R=29.45%
G=35.80%
B=34.74%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1672031970.1800.030.2017025.7172.55
HexA7CBC5120314aa1a49
Octal24731330522032425232111
Binary101001111100101111000101100100111010010101010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7CBC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7CBC5; }

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

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

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

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

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

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

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

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