#A8C1BB

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

Shades of Opal #A8C1BB

Tints of Opal #A8C1BB

Color information

#A8C1BB (or 0xA8C1BB) is unknown color: approx Opal. HEX triplet: A8, C1 and BB. RGB value is (168,193,187). Sum of RGB (Red+Green+Blue) = 168+193+187=548 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.66% from 548); Green value is 193 (75.78% from 255 or 35.22% from 548); Blue value is 187 (73.44% from 255 or 34.12% from 548); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C1BB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8C1BB is #573E44. Grayscale: #B8B8B8. Windows color (decimal): -5717573 or 12304808. OLE color: 12304808.

HSL color Cylindrical-coordinate representation of color #A8C1BB: hue angle of 165.6º 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 #A8C1BB is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB168193187-
CMYK0.1300.030.24
HSL165.6º16.78%70.78%-
HSV(B)165.6º12.95%75.69%-
XYZ44.1950.0554.35-
YUV184.84129.22115.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 30.66%
GREEN value IS 193 (75.78% from 255) = 35.22%
BLUE value IS 187 (73.44% from 255) = 34.12%
R=30.66%
G=35.22%
B=34.12%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1681931870.1300.030.24165.616.7870.78
HexA8C1BBD0318a61147
Octal25030127315033024621107
Binary10101000110000011011101111010111100010100110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8C1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8C1BB; }

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

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

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

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

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

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

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

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