#184D59

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

Shades of Teal Blue #184D59

Tints of Teal Blue #184D59

Color information

#184D59 (or 0x184D59) is unknown color: approx Teal Blue. HEX triplet: 18, 4D and 59. RGB value is (24,77,89). Sum of RGB (Red+Green+Blue) = 24+77+89=190 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.63% from 190); Green value is 77 (30.47% from 255 or 40.53% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #184D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D59 is #E7B2A6. Grayscale: #3E3E3E. Windows color (decimal): -15184551 or 5852440. OLE color: 5852440.

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

Color convert

RGB247789-
CMYK0.730.1300.65
HSL191.08º57.52%22.16%-
HSV(B)191.08º73.03%34.9%-
XYZ4.836.2210.4-
YUV62.52142.94100.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.63%
GREEN value IS 77 (30.47% from 255) = 40.53%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=12.63%
G=40.53%
B=46.84%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2477890.730.1300.65191.0857.5222.16
Hex184D5949D041bf3a16
Octal301151311111501012777226
Binary110001001101101100110010011101010000011011111111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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