#A4C5B9

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

Shades of Opal #A4C5B9

Tints of Opal #A4C5B9

Color information

#A4C5B9 (or 0xA4C5B9) is unknown color: approx Opal. HEX triplet: A4, C5 and B9. RGB value is (164,197,185). Sum of RGB (Red+Green+Blue) = 164+197+185=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 197 (77.34% from 255 or 36.08% from 546); Blue value is 185 (72.66% from 255 or 33.88% from 546); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C5B9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A4C5B9 is #5B3A46. Grayscale: #B9B9B9. Windows color (decimal): -5978695 or 12174756. OLE color: 12174756.

HSL color Cylindrical-coordinate representation of color #A4C5B9: hue angle of 158.18º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C5B9 is Cyan = 0.17, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB164197185-
CMYK0.1700.060.23
HSL158.18º22.15%70.78%-
HSV(B)158.18º16.75%77.25%-
XYZ44.0351.3353.49-
YUV185.76127.57112.48-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 30.04%
GREEN value IS 197 (77.34% from 255) = 36.08%
BLUE value IS 185 (72.66% from 255) = 33.88%
R=30.04%
G=36.08%
B=33.88%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1641971850.1700.060.23158.1822.1570.78
HexA4C5B91106179e1647
Octal24430527121062723626107
Binary1010010011000101101110011000101101011110011110101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4C5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4C5B9; }

 p { color: rgb(164,197,185); }

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

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

 a { background-color: rgb(164,197,185); }

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

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

 span { border-color: rgb(164,197,185); }

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