#18494B

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

Shades of Tiber #18494B

Tints of Tiber #18494B

Color information

#18494B (or 0x18494B) is unknown color: approx Tiber. HEX triplet: 18, 49 and 4B. RGB value is (24,73,75). Sum of RGB (Red+Green+Blue) = 24+73+75=172 (22% of max value = 765). Red value is 24 (9.77% from 255 or 13.95% from 172); Green value is 73 (28.91% from 255 or 42.44% from 172); Blue value is 75 (29.69% from 255 or 43.60% from 172); Max value from RGB is 75 - color contains mainly: blue. Hex color #18494B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18494B is #E7B6B4. Grayscale: #3A3A3A. Windows color (decimal): -15185589 or 4933912. OLE color: 4933912.

HSL color Cylindrical-coordinate representation of color #18494B: hue angle of 182.35º degrees, saturation: 0.52, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18494B is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB247375-
CMYK0.680.0300.71
HSL182.35º51.52%19.41%-
HSV(B)182.35º68%29.41%-
XYZ4.035.477.5-
YUV58.58137.27103.34-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.95%
GREEN value IS 73 (28.91% from 255) = 42.44%
BLUE value IS 75 (29.69% from 255) = 43.60%
R=13.95%
G=42.44%
B=43.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473750.680.0300.71182.3551.5219.41
Hex18494B443047b63413
Octal30111113104301072666423
Binary1100010010011001011100010011010001111011011011010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18494B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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