#184A56

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

Shades of Teal Blue #184A56

Tints of Teal Blue #184A56

Color information

#184A56 (or 0x184A56) is unknown color: approx Teal Blue. HEX triplet: 18, 4A and 56. RGB value is (24,74,86). Sum of RGB (Red+Green+Blue) = 24+74+86=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 74 (29.30% from 255 or 40.22% from 184); Blue value is 86 (33.98% from 255 or 46.74% from 184); Max value from RGB is 86 - color contains mainly: blue. Hex color #184A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A56 is #E7B5A9. Grayscale: #3C3C3C. Windows color (decimal): -15185322 or 5655064. OLE color: 5655064.

HSL color Cylindrical-coordinate representation of color #184A56: hue angle of 191.61º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184A56 is Cyan = 0.72, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB247486-
CMYK0.720.1400.66
HSL191.61º56.36%21.57%-
HSV(B)191.61º72.09%33.73%-
XYZ4.515.769.68-
YUV60.42142.44102.02-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 74 (29.30% from 255) = 40.22%
BLUE value IS 86 (33.98% from 255) = 46.74%
R=13.04%
G=40.22%
B=46.74%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2474860.720.1400.66191.6156.3621.57
Hex184A5648E042c03816
Octal301121261101601023007026
Binary110001001010101011010010001110010000101100000011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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