#A8C7BE

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

Shades of Opal #A8C7BE

Tints of Opal #A8C7BE

Color information

#A8C7BE (or 0xA8C7BE) is unknown color: approx Opal. HEX triplet: A8, C7 and BE. RGB value is (168,199,190). Sum of RGB (Red+Green+Blue) = 168+199+190=557 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.16% from 557); Green value is 199 (78.12% from 255 or 35.73% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7BE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7BE is #573841. Grayscale: #BCBCBC. Windows color (decimal): -5716034 or 12502952. OLE color: 12502952.

HSL color Cylindrical-coordinate representation of color #A8C7BE: hue angle of 162.58º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8C7BE is Cyan = 0.16, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB168199190-
CMYK0.1600.050.22
HSL162.58º21.68%71.96%-
HSV(B)162.58º15.58%78.04%-
XYZ45.8752.8956.51-
YUV188.7128.73113.23-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.16%
GREEN value IS 199 (78.12% from 255) = 35.73%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=30.16%
G=35.73%
B=34.11%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681991900.1600.050.22162.5821.6871.96
HexA8C7BE100516a31648
Octal25030727620052624326110
Binary1010100011000111101111101000001011011010100011101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C7BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C7BE; }

 p { color: rgb(168,199,190); }

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

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

 a { background-color: rgb(168,199,190); }

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

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

 span { border-color: rgb(168,199,190); }

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