#A6CCBF

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

Shades of Opal #A6CCBF

Tints of Opal #A6CCBF

Color information

#A6CCBF (or 0xA6CCBF) is unknown color: approx Opal. HEX triplet: A6, CC and BF. RGB value is (166,204,191). Sum of RGB (Red+Green+Blue) = 166+204+191=561 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.59% from 561); Green value is 204 (80.08% from 255 or 36.36% from 561); Blue value is 191 (75% from 255 or 34.05% from 561); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCBF is #593340. Grayscale: #BFBFBF. Windows color (decimal): -5845825 or 12569766. OLE color: 12569766.

HSL color Cylindrical-coordinate representation of color #A6CCBF: hue angle of 159.47º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCBF is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB166204191-
CMYK0.1900.060.2
HSL159.47º27.14%72.55%-
HSV(B)159.47º18.63%80%-
XYZ46.7255.0557.45-
YUV191.16127.91110.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.59%
GREEN value IS 204 (80.08% from 255) = 36.36%
BLUE value IS 191 (75% from 255) = 34.05%
R=29.59%
G=36.36%
B=34.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041910.1900.060.2159.4727.1472.55
HexA6CCBF1306149f1b49
Octal24631427723062423733111
Binary1010011011001100101111111001101101010010011111110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCBF; }

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

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

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

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

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

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

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

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