#184D58

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

Shades of Teal Blue #184D58

Tints of Teal Blue #184D58

Color information

#184D58 (or 0x184D58) is unknown color: approx Teal Blue. HEX triplet: 18, 4D and 58. RGB value is (24,77,88). Sum of RGB (Red+Green+Blue) = 24+77+88=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 77 (30.47% from 255 or 40.74% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #184D58 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D58 is #E7B2A7. Grayscale: #3E3E3E. Windows color (decimal): -15184552 or 5786904. OLE color: 5786904.

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

Color convert

RGB247788-
CMYK0.730.1200.65
HSL190.31º57.14%21.96%-
HSV(B)190.31º72.73%34.51%-
XYZ4.796.2110.18-
YUV62.41142.44100.61-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.70%
GREEN value IS 77 (30.47% from 255) = 40.74%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=12.70%
G=40.74%
B=46.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2477880.730.1200.65190.3157.1421.96
Hex184D5849C041be3916
Octal301151301111401012767126
Binary110001001101101100010010011100010000011011111011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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