#A3CCBC

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

Shades of Opal #A3CCBC

Tints of Opal #A3CCBC

Color information

#A3CCBC (or 0xA3CCBC) is unknown color: approx Opal. HEX triplet: A3, CC and BC. RGB value is (163,204,188). Sum of RGB (Red+Green+Blue) = 163+204+188=555 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.37% from 555); Green value is 204 (80.08% from 255 or 36.76% from 555); Blue value is 188 (73.83% from 255 or 33.87% from 555); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCBC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCBC is #5C3343. Grayscale: #BDBDBD. Windows color (decimal): -6042436 or 12373155. OLE color: 12373155.

HSL color Cylindrical-coordinate representation of color #A3CCBC: hue angle of 156.59º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3CCBC is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.2.

Color convert

RGB163204188-
CMYK0.2000.080.2
HSL156.59º28.67%71.96%-
HSV(B)156.59º20.1%80%-
XYZ45.7754.655.7-
YUV189.92126.92108.8-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.37%
GREEN value IS 204 (80.08% from 255) = 36.76%
BLUE value IS 188 (73.83% from 255) = 33.87%
R=29.37%
G=36.76%
B=33.87%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041880.2000.080.2156.5928.6771.96
HexA3CCBC1408149d1d48
Octal243314274240102423535110
Binary10100011110011001011110010100010001010010011101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCBC; }

 p { color: rgb(163,204,188); }

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

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

 a { background-color: rgb(163,204,188); }

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

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

 span { border-color: rgb(163,204,188); }

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