#A8C7BF

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

Shades of Opal #A8C7BF

Tints of Opal #A8C7BF

Color information

#A8C7BF (or 0xA8C7BF) is unknown color: approx Opal. HEX triplet: A8, C7 and BF. RGB value is (168,199,191). Sum of RGB (Red+Green+Blue) = 168+199+191=558 (73% of max value = 765). Red value is 168 (66.02% from 255 or 30.11% from 558); Green value is 199 (78.12% from 255 or 35.66% from 558); Blue value is 191 (75% from 255 or 34.23% from 558); Max value from RGB is 199 - color contains mainly: green. Hex color #A8C7BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C7BF is #573840. Grayscale: #BCBCBC. Windows color (decimal): -5716033 or 12568488. OLE color: 12568488.

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

Color convert

RGB168199191-
CMYK0.1600.040.22
HSL164.52º21.68%71.96%-
HSV(B)164.52º15.58%78.04%-
XYZ45.9852.9357.08-
YUV188.82129.23113.15-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.11%
GREEN value IS 199 (78.12% from 255) = 35.66%
BLUE value IS 191 (75% from 255) = 34.23%
R=30.11%
G=35.66%
B=34.23%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1681991910.1600.040.22164.5221.6871.96
HexA8C7BF100416a51648
Octal25030727720042624526110
Binary1010100011000111101111111000001001011010100101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C7BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C7BF; }

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

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

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

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

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

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

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

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