#A3D4C3

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

Shades of Opal #A3D4C3

Tints of Opal #A3D4C3

Color information

#A3D4C3 (or 0xA3D4C3) is unknown color: approx Opal. HEX triplet: A3, D4 and C3. RGB value is (163,212,195). Sum of RGB (Red+Green+Blue) = 163+212+195=570 (75% of max value = 765). Red value is 163 (64.06% from 255 or 28.60% from 570); Green value is 212 (83.20% from 255 or 37.19% from 570); Blue value is 195 (76.56% from 255 or 34.21% from 570); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D4C3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3D4C3 is #5C2B3C. Grayscale: #C3C3C3. Windows color (decimal): -6040381 or 12833955. OLE color: 12833955.

HSL color Cylindrical-coordinate representation of color #A3D4C3: hue angle of 159.18º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3D4C3 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.17.

Color convert

RGB163212195-
CMYK0.2300.080.17
HSL159.18º36.3%73.53%-
HSV(B)159.18º23.11%83.14%-
XYZ48.558.8160.43-
YUV195.41127.77104.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 28.60%
GREEN value IS 212 (83.20% from 255) = 37.19%
BLUE value IS 195 (76.56% from 255) = 34.21%
R=28.60%
G=37.19%
B=34.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1632121950.2300.080.17159.1836.373.53
HexA3D4C31708119f244a
Octal243324303270102123744112
Binary101000111101010011000011101110100010001100111111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D4C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D4C3; }

 p { color: rgb(163,212,195); }

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

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

 a { background-color: rgb(163,212,195); }

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

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

 span { border-color: rgb(163,212,195); }

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