#A3CCBE

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

Shades of Opal #A3CCBE

Tints of Opal #A3CCBE

Color information

#A3CCBE (or 0xA3CCBE) is unknown color: approx Opal. HEX triplet: A3, CC and BE. RGB value is (163,204,190). Sum of RGB (Red+Green+Blue) = 163+204+190=557 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.26% from 557); Green value is 204 (80.08% from 255 or 36.62% from 557); Blue value is 190 (74.61% from 255 or 34.11% from 557); Max value from RGB is 204 - color contains mainly: green. Hex color #A3CCBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3CCBE is #5C3341. Grayscale: #BEBEBE. Windows color (decimal): -6042434 or 12504227. OLE color: 12504227.

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

Color convert

RGB163204190-
CMYK0.2000.070.2
HSL159.51º28.67%71.96%-
HSV(B)159.51º20.1%80%-
XYZ45.9954.6956.85-
YUV190.14127.92108.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.26%
GREEN value IS 204 (80.08% from 255) = 36.62%
BLUE value IS 190 (74.61% from 255) = 34.11%
R=29.26%
G=36.62%
B=34.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1632041900.2000.070.2159.5128.6771.96
HexA3CCBE140714a01d48
Octal24331427624072424035110
Binary1010001111001100101111101010001111010010100000111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3CCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3CCBE; }

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

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

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

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

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

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

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

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