#A6CCC0

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

Shades of Opal #A6CCC0

Tints of Opal #A6CCC0

Color information

#A6CCC0 (or 0xA6CCC0) is unknown color: approx Opal. HEX triplet: A6, CC and C0. RGB value is (166,204,192). Sum of RGB (Red+Green+Blue) = 166+204+192=562 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.54% from 562); Green value is 204 (80.08% from 255 or 36.30% from 562); Blue value is 192 (75.39% from 255 or 34.16% from 562); Max value from RGB is 204 - color contains mainly: green. Hex color #A6CCC0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A6CCC0 is #59333F. Grayscale: #BFBFBF. Windows color (decimal): -5845824 or 12635302. OLE color: 12635302.

HSL color Cylindrical-coordinate representation of color #A6CCC0: hue angle of 161.05º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6CCC0 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.2.

Color convert

RGB166204192-
CMYK0.1900.060.2
HSL161.05º27.14%72.55%-
HSV(B)161.05º18.63%80%-
XYZ46.8355.158.04-
YUV191.27128.41109.98-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 29.54%
GREEN value IS 204 (80.08% from 255) = 36.30%
BLUE value IS 192 (75.39% from 255) = 34.16%
R=29.54%
G=36.30%
B=34.16%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1662041920.1900.060.2161.0527.1472.55
HexA6CCC0130614a11b49
Octal24631430023062424133111
Binary1010011011001100110000001001101101010010100001110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CCC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CCC0; }

 p { color: rgb(166,204,192); }

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

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

 a { background-color: rgb(166,204,192); }

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

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

 span { border-color: rgb(166,204,192); }

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