#184C50

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

Shades of Tiber #184C50

Tints of Tiber #184C50

Color information

#184C50 (or 0x184C50) is unknown color: approx Tiber. HEX triplet: 18, 4C and 50. RGB value is (24,76,80). Sum of RGB (Red+Green+Blue) = 24+76+80=180 (23% of max value = 765). Red value is 24 (9.77% from 255 or 13.33% from 180); Green value is 76 (30.08% from 255 or 42.22% from 180); Blue value is 80 (31.64% from 255 or 44.44% from 180); Max value from RGB is 80 - color contains mainly: blue. Hex color #184C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C50 is #E7B3AF. Grayscale: #3C3C3C. Windows color (decimal): -15184816 or 5262360. OLE color: 5262360.

HSL color Cylindrical-coordinate representation of color #184C50: hue angle of 184.29º degrees, saturation: 0.54, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #184C50 is Cyan = 0.70, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB247680-
CMYK0.700.0500.69
HSL184.29º53.85%20.39%-
HSV(B)184.29º70%31.37%-
XYZ4.415.948.5-
YUV60.91138.77101.67-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.33%
GREEN value IS 76 (30.08% from 255) = 42.22%
BLUE value IS 80 (31.64% from 255) = 44.44%
R=13.33%
G=42.22%
B=44.44%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2476800.700.0500.69184.2953.8520.39
Hex184C50465045b83614
Octal30114120106501052706624
Binary11000100110010100001000110101010001011011100011011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184C50; }

 p { color: rgb(24,76,80); }

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

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

 a { background-color: rgb(24,76,80); }

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

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

 span { border-color: rgb(24,76,80); }

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