#A6C4BA

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

Shades of Opal #A6C4BA

Tints of Opal #A6C4BA

Color information

#A6C4BA (or 0xA6C4BA) is unknown color: approx Opal. HEX triplet: A6, C4 and BA. RGB value is (166,196,186). Sum of RGB (Red+Green+Blue) = 166+196+186=548 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.29% from 548); Green value is 196 (76.95% from 255 or 35.77% from 548); Blue value is 186 (73.05% from 255 or 33.94% from 548); Max value from RGB is 196 - color contains mainly: green. Hex color #A6C4BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C4BA is #593B45. Grayscale: #B9B9B9. Windows color (decimal): -5847878 or 12240038. OLE color: 12240038.

HSL color Cylindrical-coordinate representation of color #A6C4BA: hue angle of 160º degrees, saturation: 0.2, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A6C4BA is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB166196186-
CMYK0.1500.050.23
HSL160º20.27%70.98%-
HSV(B)160º15.31%76.86%-
XYZ44.3351.1353.99-
YUV185.89128.06113.81-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.29%
GREEN value IS 196 (76.95% from 255) = 35.77%
BLUE value IS 186 (73.05% from 255) = 33.94%
R=30.29%
G=35.77%
B=33.94%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1661961860.1500.050.2316020.2770.98
HexA6C4BAF0517a01447
Octal24630427217052724024107
Binary101001101100010010111010111101011011110100000101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C4BA; }

 p { color: rgb(166,196,186); }

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

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

 a { background-color: rgb(166,196,186); }

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

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

 span { border-color: rgb(166,196,186); }

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