#A6CABB

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

Shades of Opal #A6CABB

Tints of Opal #A6CABB

Color information

#A6CABB (or 0xA6CABB) is unknown color: approx Opal. HEX triplet: A6, CA and BB. RGB value is (166,202,187). Sum of RGB (Red+Green+Blue) = 166+202+187=555 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.91% from 555); Green value is 202 (79.30% from 255 or 36.40% from 555); Blue value is 187 (73.44% from 255 or 33.69% from 555); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CABB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CABB is #593544. Grayscale: #BDBDBD. Windows color (decimal): -5846341 or 12307110. OLE color: 12307110.

HSL color Cylindrical-coordinate representation of color #A6CABB: hue angle of 155º 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 #A6CABB is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB166202187-
CMYK0.1800.070.21
HSL155º25.35%72.16%-
HSV(B)155º17.82%79.22%-
XYZ45.8253.9455.01-
YUV189.53126.57111.22-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.91%
GREEN value IS 202 (79.30% from 255) = 36.40%
BLUE value IS 187 (73.44% from 255) = 33.69%
R=29.91%
G=36.40%
B=33.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021870.1800.070.2115525.3572.16
HexA6CABB1207159b1948
Octal24631227322072523331110
Binary1010011011001010101110111001001111010110011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CABB; }

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

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

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

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

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

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

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

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