#A6CABC

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

Shades of Opal #A6CABC

Tints of Opal #A6CABC

Color information

#A6CABC (or 0xA6CABC) is unknown color: approx Opal. HEX triplet: A6, CA and BC. RGB value is (166,202,188). Sum of RGB (Red+Green+Blue) = 166+202+188=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 202 (79.30% from 255 or 36.33% from 556); Blue value is 188 (73.83% from 255 or 33.81% from 556); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CABC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CABC is #593543. Grayscale: #BDBDBD. Windows color (decimal): -5846340 or 12372646. OLE color: 12372646.

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

Color convert

RGB166202188-
CMYK0.1800.070.21
HSL156.67º25.35%72.16%-
HSV(B)156.67º17.82%79.22%-
XYZ45.9253.9855.58-
YUV189.64127.07111.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.86%
GREEN value IS 202 (79.30% from 255) = 36.33%
BLUE value IS 188 (73.83% from 255) = 33.81%
R=29.86%
G=36.33%
B=33.81%

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
Decimal1662021880.1800.070.21156.6725.3572.16
HexA6CABC1207159d1948
Octal24631227422072523531110
Binary1010011011001010101111001001001111010110011101110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CABC; }

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

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

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

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

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

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

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

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