#A3C2BD

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

Shades of Opal #A3C2BD

Tints of Opal #A3C2BD

Color information

#A3C2BD (or 0xA3C2BD) is unknown color: approx Opal. HEX triplet: A3, C2 and BD. RGB value is (163,194,189). Sum of RGB (Red+Green+Blue) = 163+194+189=546 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.85% from 546); Green value is 194 (76.17% from 255 or 35.53% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C2BD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C2BD is #5C3D42. Grayscale: #B8B8B8. Windows color (decimal): -6044995 or 12436131. OLE color: 12436131.

HSL color Cylindrical-coordinate representation of color #A3C2BD: hue angle of 170.32º degrees, saturation: 0.2, 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 #A3C2BD is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB163194189-
CMYK0.1600.030.24
HSL170.32º20.26%70%-
HSV(B)170.32º15.98%76.08%-
XYZ43.5850.0455.51-
YUV184.16130.73112.91-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 29.85%
GREEN value IS 194 (76.17% from 255) = 35.53%
BLUE value IS 189 (74.22% from 255) = 34.62%
R=29.85%
G=35.53%
B=34.62%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1631941890.1600.030.24170.3220.2670
HexA3C2BD100318aa1446
Octal24330227520033025224106
Binary101000111100001010111101100000111100010101010101001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C2BD; }

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

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

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

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

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

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

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

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