#184C58

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

Shades of Teal Blue #184C58

Tints of Teal Blue #184C58

Color information

#184C58 (or 0x184C58) is unknown color: approx Teal Blue. HEX triplet: 18, 4C and 58. RGB value is (24,76,88). Sum of RGB (Red+Green+Blue) = 24+76+88=188 (24% of max value = 765). Red value is 24 (9.77% from 255 or 12.77% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 88 (34.77% from 255 or 46.81% from 188); Max value from RGB is 88 - color contains mainly: blue. Hex color #184C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184C58 is #E7B3A7. Grayscale: #3D3D3D. Windows color (decimal): -15184808 or 5786648. OLE color: 5786648.

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

Color convert

RGB247688-
CMYK0.730.1400.65
HSL191.25º57.14%21.96%-
HSV(B)191.25º72.73%34.51%-
XYZ4.726.0710.15-
YUV61.82142.77101.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 12.77%
GREEN value IS 76 (30.08% from 255) = 40.43%
BLUE value IS 88 (34.77% from 255) = 46.81%
R=12.77%
G=40.43%
B=46.81%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2476880.730.1400.65191.2557.1421.96
Hex184C5849E041bf3916
Octal301141301111601012777126
Binary110001001100101100010010011110010000011011111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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