#184C59

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

Shades of Teal Blue #184C59

Tints of Teal Blue #184C59

Color information

#184C59 (or 0x184C59) is unknown color: approx Teal Blue. HEX triplet: 18, 4C and 59. RGB value is (24,76,89). Sum of RGB (Red+Green+Blue) = 24+76+89=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 89 (35.16% from 255 or 47.09% from 189); Max value from RGB is 89 - color contains mainly: blue. Hex color #184C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C59 is #E7B3A6. Grayscale: #3D3D3D. Windows color (decimal): -15184807 or 5852184. OLE color: 5852184.

HSL color Cylindrical-coordinate representation of color #184C59: hue angle of 192º degrees, saturation: 0.58, 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 #184C59 is Cyan = 0.73, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB247689-
CMYK0.730.1500.65
HSL192º57.52%22.16%-
HSV(B)192º73.03%34.9%-
XYZ4.766.0810.37-
YUV61.93143.27100.94-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 89 (35.16% from 255) = 47.09%
R=12.70%
G=40.21%
B=47.09%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2476890.730.1500.6519257.5222.16
Hex184C5949F041c03a16
Octal301141311111701013007226
Binary110001001100101100110010011111010000011100000011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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