#A6C1BC

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

Shades of Opal #A6C1BC

Tints of Opal #A6C1BC

Color information

#A6C1BC (or 0xA6C1BC) is unknown color: approx Opal. HEX triplet: A6, C1 and BC. RGB value is (166,193,188). Sum of RGB (Red+Green+Blue) = 166+193+188=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 193 (75.78% from 255 or 35.28% from 547); Blue value is 188 (73.83% from 255 or 34.37% from 547); Max value from RGB is 193 - color contains mainly: green. Hex color #A6C1BC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C1BC is #593E43. Grayscale: #B8B8B8. Windows color (decimal): -5848644 or 12370342. OLE color: 12370342.

HSL color Cylindrical-coordinate representation of color #A6C1BC: hue angle of 168.89º degrees, saturation: 0.18, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6C1BC is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB166193188-
CMYK0.1400.030.24
HSL168.89º17.88%70.39%-
HSV(B)168.89º13.99%75.69%-
XYZ43.8749.8854.89-
YUV184.36130.05114.91-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.35%
GREEN value IS 193 (75.78% from 255) = 35.28%
BLUE value IS 188 (73.83% from 255) = 34.37%
R=30.35%
G=35.28%
B=34.37%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1661931880.1400.030.24168.8917.8870.39
HexA6C1BCE0318a91246
Octal24630127416033025122106
Binary10100110110000011011110011100111100010101001100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C1BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C1BC; }

 p { color: rgb(166,193,188); }

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

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

 a { background-color: rgb(166,193,188); }

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

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

 span { border-color: rgb(166,193,188); }

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