#A3C1BD

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

Shades of Opal #A3C1BD

Tints of Opal #A3C1BD

Color information

#A3C1BD (or 0xA3C1BD) is unknown color: approx Opal. HEX triplet: A3, C1 and BD. RGB value is (163,193,189). Sum of RGB (Red+Green+Blue) = 163+193+189=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 189 (74.22% from 255 or 34.68% from 545); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C1BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C1BD is #5C3E42. Grayscale: #B7B7B7. Windows color (decimal): -6045251 or 12435875. OLE color: 12435875.

HSL color Cylindrical-coordinate representation of color #A3C1BD: hue angle of 172º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3C1BD is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB163193189-
CMYK0.1600.020.24
HSL172º19.48%69.8%-
HSV(B)172º15.54%75.69%-
XYZ43.3649.655.43-
YUV183.57131.06113.33-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.91%
GREEN value IS 193 (75.78% from 255) = 35.41%
BLUE value IS 189 (74.22% from 255) = 34.68%
R=29.91%
G=35.41%
B=34.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631931890.1600.020.2417219.4869.8
HexA3C1BD100218ac1346
Octal24330127520023025423106
Binary101000111100000110111101100000101100010101100100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C1BD; }

 p { color: rgb(163,193,189); }

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

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

 a { background-color: rgb(163,193,189); }

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

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

 span { border-color: rgb(163,193,189); }

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