#A6CABF

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

Shades of Opal #A6CABF

Tints of Opal #A6CABF

Color information

#A6CABF (or 0xA6CABF) is unknown color: approx Opal. HEX triplet: A6, CA and BF. RGB value is (166,202,191). Sum of RGB (Red+Green+Blue) = 166+202+191=559 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.70% from 559); Green value is 202 (79.30% from 255 or 36.14% from 559); Blue value is 191 (75% from 255 or 34.17% from 559); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CABF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CABF is #593540. Grayscale: #BDBDBD. Windows color (decimal): -5846337 or 12569254. OLE color: 12569254.

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

Color convert

RGB166202191-
CMYK0.1800.050.21
HSL161.67º25.35%72.16%-
HSV(B)161.67º17.82%79.22%-
XYZ46.2554.1157.3-
YUV189.98128.57110.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.70%
GREEN value IS 202 (79.30% from 255) = 36.14%
BLUE value IS 191 (75% from 255) = 34.17%
R=29.70%
G=36.14%
B=34.17%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1662021910.1800.050.21161.6725.3572.16
HexA6CABF120515a21948
Octal24631227722052524231110
Binary1010011011001010101111111001001011010110100010110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CABF; }

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

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

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

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

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

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

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

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