#A7C2BF

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

Shades of Opal #A7C2BF

Tints of Opal #A7C2BF

Color information

#A7C2BF (or 0xA7C2BF) is unknown color: approx Opal. HEX triplet: A7, C2 and BF. RGB value is (167,194,191). Sum of RGB (Red+Green+Blue) = 167+194+191=552 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.25% from 552); Green value is 194 (76.17% from 255 or 35.14% from 552); Blue value is 191 (75% from 255 or 34.60% from 552); Max value from RGB is 194 - color contains mainly: green. Hex color #A7C2BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C2BF is #583D40. Grayscale: #B9B9B9. Windows color (decimal): -5782849 or 12567207. OLE color: 12567207.

HSL color Cylindrical-coordinate representation of color #A7C2BF: hue angle of 173.33º degrees, saturation: 0.18, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7C2BF is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB167194191-
CMYK0.1400.020.24
HSL173.33º18.12%70.78%-
HSV(B)173.33º13.92%76.08%-
XYZ44.6350.5656.7-
YUV185.58131.05114.74-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.25%
GREEN value IS 194 (76.17% from 255) = 35.14%
BLUE value IS 191 (75% from 255) = 34.60%
R=30.25%
G=35.14%
B=34.60%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1671941910.1400.020.24173.3318.1270.78
HexA7C2BFE0218ad1247
Octal24730227716023025522107
Binary10100111110000101011111111100101100010101101100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C2BF; }

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

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

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

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

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

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

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

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