#184958

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

Shades of Teal Blue #184958

Tints of Teal Blue #184958

Color information

#184958 (or 0x184958) is unknown color: approx Teal Blue. HEX triplet: 18, 49 and 58. RGB value is (24,73,88). Sum of RGB (Red+Green+Blue) = 24+73+88=185 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.97% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 88 (34.77% from 255 or 47.57% from 185); Max value from RGB is 88 - color contains mainly: blue. Hex color #184958 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184958 is #E7B6A7. Grayscale: #3B3B3B. Windows color (decimal): -15185576 or 5785880. OLE color: 5785880.

HSL color Cylindrical-coordinate representation of color #184958: hue angle of 194.06º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #184958 is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB247388-
CMYK0.730.1700.65
HSL194.06º57.14%21.96%-
HSV(B)194.06º72.73%34.51%-
XYZ4.525.6610.09-
YUV60.06143.77102.28-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.97%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 88 (34.77% from 255) = 47.57%
R=12.97%
G=39.46%
B=47.57%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2473880.730.1700.65194.0657.1421.96
Hex1849584911041c23916
Octal301111301112101013027126
Binary1100010010011011000100100110001010000011100001011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184958; }

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

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

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

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

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

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

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

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