#A8C1BA

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

Shades of Opal #A8C1BA

Tints of Opal #A8C1BA

Color information

#A8C1BA (or 0xA8C1BA) is unknown color: approx Opal. HEX triplet: A8, C1 and BA. RGB value is (168,193,186). Sum of RGB (Red+Green+Blue) = 168+193+186=547 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.71% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 186 (73.05% from 255 or 34.00% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C1BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1BA is #573E45. Grayscale: #B8B8B8. Windows color (decimal): -5717574 or 12239272. OLE color: 12239272.

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

Color convert

RGB168193186-
CMYK0.1300.040.24
HSL163.2º16.78%70.78%-
HSV(B)163.2º12.95%75.69%-
XYZ44.0850.0153.78-
YUV184.73128.72116.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.71%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 186 (73.05% from 255) = 34.00%
R=30.71%
G=35.28%
B=34.00%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931860.1300.040.24163.216.7870.78
HexA8C1BAD0418a31147
Octal25030127215043024321107
Binary101010001100000110111010110101001100010100011100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C1BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C1BA; }

 p { color: rgb(168,193,186); }

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

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

 a { background-color: rgb(168,193,186); }

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

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

 span { border-color: rgb(168,193,186); }

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