#A6CABA

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

Shades of Opal #A6CABA

Tints of Opal #A6CABA

Color information

#A6CABA (or 0xA6CABA) is unknown color: approx Opal. HEX triplet: A6, CA and BA. RGB value is (166,202,186). Sum of RGB (Red+Green+Blue) = 166+202+186=554 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.96% from 554); Green value is 202 (79.30% from 255 or 36.46% from 554); Blue value is 186 (73.05% from 255 or 33.57% from 554); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CABA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CABA is #593545. Grayscale: #BDBDBD. Windows color (decimal): -5846342 or 12241574. OLE color: 12241574.

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

Color convert

RGB166202186-
CMYK0.1800.080.21
HSL153.33º25.35%72.16%-
HSV(B)153.33º17.82%79.22%-
XYZ45.7153.8954.45-
YUV189.41126.07111.3-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.96%
GREEN value IS 202 (79.30% from 255) = 36.46%
BLUE value IS 186 (73.05% from 255) = 33.57%
R=29.96%
G=36.46%
B=33.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021860.1800.080.21153.3325.3572.16
HexA6CABA120815991948
Octal246312272220102523131110
Binary10100110110010101011101010010010001010110011001110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CABA; }

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

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

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

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

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

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

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

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