#18494D

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

Shades of Tiber #18494D

Tints of Tiber #18494D

Color information

#18494D (or 0x18494D) is unknown color: approx Tiber. HEX triplet: 18, 49 and 4D. RGB value is (24,73,77). Sum of RGB (Red+Green+Blue) = 24+73+77=174 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.79% from 174); Green value is 73 (28.91% from 255 or 41.95% from 174); Blue value is 77 (30.47% from 255 or 44.25% from 174); Max value from RGB is 77 - color contains mainly: blue. Hex color #18494D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #18494D is #E7B6B2. Grayscale: #3A3A3A. Windows color (decimal): -15185587 or 5064984. OLE color: 5064984.

HSL color Cylindrical-coordinate representation of color #18494D: hue angle of 184.53º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18494D is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB247377-
CMYK0.690.0500.70
HSL184.53º52.48%19.8%-
HSV(B)184.53º68.83%30.2%-
XYZ4.15.57.87-
YUV58.8138.27103.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.79%
GREEN value IS 73 (28.91% from 255) = 41.95%
BLUE value IS 77 (30.47% from 255) = 44.25%
R=13.79%
G=41.95%
B=44.25%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2473770.690.0500.70184.5352.4819.8
Hex18494D455046b93414
Octal30111115105501062716424
Binary11000100100110011011000101101010001101011100111010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18494D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18494D; }

 p { color: rgb(24,73,77); }

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

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

 a { background-color: rgb(24,73,77); }

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

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

 span { border-color: rgb(24,73,77); }

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