#A3C8BD

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

Shades of Opal #A3C8BD

Tints of Opal #A3C8BD

Color information

#A3C8BD (or 0xA3C8BD) is unknown color: approx Opal. HEX triplet: A3, C8 and BD. RGB value is (163,200,189). Sum of RGB (Red+Green+Blue) = 163+200+189=552 (73% of max value = 765). Red value is 163 (64.06% from 255 or 29.53% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 189 (74.22% from 255 or 34.24% from 552); Max value from RGB is 200 - color contains mainly: green. Hex color #A3C8BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C8BD is #5C3742. Grayscale: #BBBBBB. Windows color (decimal): -6043459 or 12437667. OLE color: 12437667.

HSL color Cylindrical-coordinate representation of color #A3C8BD: hue angle of 162.16º degrees, saturation: 0.25, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3C8BD is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB163200189-
CMYK0.1800.060.22
HSL162.16º25.17%71.18%-
HSV(B)162.16º18.5%78.43%-
XYZ44.9452.7755.96-
YUV187.68128.74110.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.53%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 189 (74.22% from 255) = 34.24%
R=29.53%
G=36.23%
B=34.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1632001890.1800.060.22162.1625.1771.18
HexA3C8BD120616a21947
Octal24331027522062624231107
Binary1010001111001000101111011001001101011010100010110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C8BD; }

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

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

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

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

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

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

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

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