#A6CDBF

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

Shades of Opal #A6CDBF

Tints of Opal #A6CDBF

Color information

#A6CDBF (or 0xA6CDBF) is unknown color: approx Opal. HEX triplet: A6, CD and BF. RGB value is (166,205,191). Sum of RGB (Red+Green+Blue) = 166+205+191=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 205 (80.47% from 255 or 36.48% from 562); Blue value is 191 (75% from 255 or 33.99% from 562); Max value from RGB is 205 - color contains mainly: green. Hex color #A6CDBF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CDBF is #593240. Grayscale: #BFBFBF. Windows color (decimal): -5845569 or 12570022. OLE color: 12570022.

HSL color Cylindrical-coordinate representation of color #A6CDBF: hue angle of 158.46º degrees, saturation: 0.28, 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 #A6CDBF is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.20.

Color convert

RGB166205191-
CMYK0.1900.070.20
HSL158.46º28.06%72.75%-
HSV(B)158.46º19.02%80.39%-
XYZ46.9655.5357.53-
YUV191.74127.58109.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 205 (80.47% from 255) = 36.48%
BLUE value IS 191 (75% from 255) = 33.99%
R=29.54%
G=36.48%
B=33.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1662051910.1900.070.20158.4628.0672.75
HexA6CDBF1307149e1c49
Octal24631527723072423634111
Binary1010011011001101101111111001101111010010011110111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CDBF; }

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

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

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

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

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

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

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

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