#A6D0BF

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

Shades of Opal #A6D0BF

Tints of Opal #A6D0BF

Color information

#A6D0BF (or 0xA6D0BF) is unknown color: approx Opal. HEX triplet: A6, D0 and BF. RGB value is (166,208,191). Sum of RGB (Red+Green+Blue) = 166+208+191=565 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.38% from 565); Green value is 208 (81.64% from 255 or 36.81% from 565); Blue value is 191 (75% from 255 or 33.81% from 565); Max value from RGB is 208 - color contains mainly: green. Hex color #A6D0BF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6D0BF is #592F40. Grayscale: #C1C1C1. Windows color (decimal): -5844801 or 12570790. OLE color: 12570790.

HSL color Cylindrical-coordinate representation of color #A6D0BF: hue angle of 155.71º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6D0BF is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB166208191-
CMYK0.2000.080.18
HSL155.71º30.88%73.33%-
HSV(B)155.71º20.19%81.57%-
XYZ47.6956.9857.78-
YUV193.5126.59108.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.38%
GREEN value IS 208 (81.64% from 255) = 36.81%
BLUE value IS 191 (75% from 255) = 33.81%
R=29.38%
G=36.81%
B=33.81%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1662081910.2000.080.18155.7130.8873.33
HexA6D0BF1408129c1f49
Octal246320277240102223437111
Binary10100110110100001011111110100010001001010011100111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6D0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6D0BF; }

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

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

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

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

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

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

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

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