#A6CABD

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

Shades of Opal #A6CABD

Tints of Opal #A6CABD

Color information

#A6CABD (or 0xA6CABD) is unknown color: approx Opal. HEX triplet: A6, CA and BD. RGB value is (166,202,189). Sum of RGB (Red+Green+Blue) = 166+202+189=557 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.80% from 557); Green value is 202 (79.30% from 255 or 36.27% from 557); Blue value is 189 (74.22% from 255 or 33.93% from 557); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CABD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CABD is #593542. Grayscale: #BDBDBD. Windows color (decimal): -5846339 or 12438182. OLE color: 12438182.

HSL color Cylindrical-coordinate representation of color #A6CABD: hue angle of 158.33º degrees, saturation: 0.25, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A6CABD is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB166202189-
CMYK0.1800.060.21
HSL158.33º25.35%72.16%-
HSV(B)158.33º17.82%79.22%-
XYZ46.0354.0256.15-
YUV189.75127.57111.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.80%
GREEN value IS 202 (79.30% from 255) = 36.27%
BLUE value IS 189 (74.22% from 255) = 33.93%
R=29.80%
G=36.27%
B=33.93%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021890.1800.060.21158.3325.3572.16
HexA6CABD1206159e1948
Octal24631227522062523631110
Binary1010011011001010101111011001001101010110011110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CABD; }

 p { color: rgb(166,202,189); }

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

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

 a { background-color: rgb(166,202,189); }

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

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

 span { border-color: rgb(166,202,189); }

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