#184A58

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

Shades of Teal Blue #184A58

Tints of Teal Blue #184A58

Color information

#184A58 (or 0x184A58) is unknown color: approx Teal Blue. HEX triplet: 18, 4A and 58. RGB value is (24,74,88). Sum of RGB (Red+Green+Blue) = 24+74+88=186 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.90% from 186); Green value is 74 (29.30% from 255 or 39.78% from 186); Blue value is 88 (34.77% from 255 or 47.31% from 186); Max value from RGB is 88 - color contains mainly: blue. Hex color #184A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A58 is #E7B5A7. Grayscale: #3C3C3C. Windows color (decimal): -15185320 or 5786136. OLE color: 5786136.

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

Color convert

RGB247488-
CMYK0.730.1600.65
HSL193.12º57.14%21.96%-
HSV(B)193.12º72.73%34.51%-
XYZ4.595.810.11-
YUV60.65143.44101.86-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.90%
GREEN value IS 74 (29.30% from 255) = 39.78%
BLUE value IS 88 (34.77% from 255) = 47.31%
R=12.90%
G=39.78%
B=47.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2474880.730.1600.65193.1257.1421.96
Hex184A584910041c13916
Octal301121301112001013017126
Binary1100010010101011000100100110000010000011100000111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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