#A6C6BF

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

Shades of Opal #A6C6BF

Tints of Opal #A6C6BF

Color information

#A6C6BF (or 0xA6C6BF) is unknown color: approx Opal. HEX triplet: A6, C6 and BF. RGB value is (166,198,191). Sum of RGB (Red+Green+Blue) = 166+198+191=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 198 (77.73% from 255 or 35.68% from 555); Blue value is 191 (75% from 255 or 34.41% from 555); Max value from RGB is 198 - color contains mainly: green. Hex color #A6C6BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6C6BF is #593940. Grayscale: #BBBBBB. Windows color (decimal): -5847361 or 12568230. OLE color: 12568230.

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

Color convert

RGB166198191-
CMYK0.1600.040.22
HSL166.88º21.92%71.37%-
HSV(B)166.88º16.16%77.65%-
XYZ45.3252.2656.99-
YUV187.63129.9112.57-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 198 (77.73% from 255) = 35.68%
BLUE value IS 191 (75% from 255) = 34.41%
R=29.91%
G=35.68%
B=34.41%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1661981910.1600.040.22166.8821.9271.37
HexA6C6BF100416a71647
Octal24630627720042624726107
Binary1010011011000110101111111000001001011010100111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C6BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C6BF; }

 p { color: rgb(166,198,191); }

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

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

 a { background-color: rgb(166,198,191); }

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

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

 span { border-color: rgb(166,198,191); }

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