#A7C8BB

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

Shades of Opal #A7C8BB

Tints of Opal #A7C8BB

Color information

#A7C8BB (or 0xA7C8BB) is unknown color: approx Opal. HEX triplet: A7, C8 and BB. RGB value is (167,200,187). Sum of RGB (Red+Green+Blue) = 167+200+187=554 (73% of max value = 765). Red value is 167 (65.62% from 255 or 30.14% from 554); Green value is 200 (78.52% from 255 or 36.10% from 554); Blue value is 187 (73.44% from 255 or 33.75% from 554); Max value from RGB is 200 - color contains mainly: green. Hex color #A7C8BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7C8BB is #583744. Grayscale: #BCBCBC. Windows color (decimal): -5781317 or 12306599. OLE color: 12306599.

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

Color convert

RGB167200187-
CMYK0.1600.060.22
HSL156.36º23.08%71.96%-
HSV(B)156.36º16.5%78.43%-
XYZ45.5653.1154.86-
YUV188.65127.07112.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 30.14%
GREEN value IS 200 (78.52% from 255) = 36.10%
BLUE value IS 187 (73.44% from 255) = 33.75%
R=30.14%
G=36.10%
B=33.75%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1672001870.1600.060.22156.3623.0871.96
HexA7C8BB1006169c1748
Octal24731027320062623427110
Binary1010011111001000101110111000001101011010011100101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7C8BB; }

 p { color: rgb(167,200,187); }

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

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

 a { background-color: rgb(167,200,187); }

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

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

 span { border-color: rgb(167,200,187); }

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