#A3D2C1

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

Shades of Opal #A3D2C1

Tints of Opal #A3D2C1

Color information

#A3D2C1 (or 0xA3D2C1) is unknown color: approx Opal. HEX triplet: A3, D2 and C1. RGB value is (163,210,193). Sum of RGB (Red+Green+Blue) = 163+210+193=566 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.80% from 566); Green value is 210 (82.42% from 255 or 37.10% from 566); Blue value is 193 (75.78% from 255 or 34.10% from 566); Max value from RGB is 210 - color contains mainly: green. Hex color #A3D2C1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D2C1 is #5C2D3E. Grayscale: #C2C2C2. Windows color (decimal): -6040895 or 12702371. OLE color: 12702371.

HSL color Cylindrical-coordinate representation of color #A3D2C1: hue angle of 158.3º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A3D2C1 is Cyan = 0.22, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB163210193-
CMYK0.2200.080.18
HSL158.3º34.31%73.14%-
HSV(B)158.3º22.38%82.35%-
XYZ47.7857.7359.08-
YUV194.01127.43105.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.80%
GREEN value IS 210 (82.42% from 255) = 37.10%
BLUE value IS 193 (75.78% from 255) = 34.10%
R=28.80%
G=37.10%
B=34.10%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1632101930.2200.080.18158.334.3173.14
HexA3D2C11608129e2249
Octal243322301260102223642111
Binary101000111101001011000001101100100010010100111101000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D2C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D2C1; }

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

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

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

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

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

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

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

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