#A3C0B7

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

Shades of Opal #A3C0B7

Tints of Opal #A3C0B7

Color information

#A3C0B7 (or 0xA3C0B7) is unknown color: approx Opal. HEX triplet: A3, C0 and B7. RGB value is (163,192,183). Sum of RGB (Red+Green+Blue) = 163+192+183=538 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.30% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 183 (71.88% from 255 or 34.01% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #A3C0B7 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3C0B7 is #5C3F48. Grayscale: #B6B6B6. Windows color (decimal): -6045513 or 12042403. OLE color: 12042403.

HSL color Cylindrical-coordinate representation of color #A3C0B7: hue angle of 161.38º degrees, saturation: 0.19, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3C0B7 is Cyan = 0.15, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB163192183-
CMYK0.1500.050.25
HSL161.38º18.71%69.61%-
HSV(B)161.38º15.1%75.29%-
XYZ42.548.952-
YUV182.3128.39114.23-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 30.30%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 183 (71.88% from 255) = 34.01%
R=30.30%
G=35.69%
B=34.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1631921830.1500.050.25161.3818.7169.61
HexA3C0B7F0519a11346
Octal24330026717053124123106
Binary101000111100000010110111111101011100110100001100111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C0B7; }

 p { color: rgb(163,192,183); }

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

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

 a { background-color: rgb(163,192,183); }

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

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

 span { border-color: rgb(163,192,183); }

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