#184A55

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

Shades of Teal Blue #184A55

Tints of Teal Blue #184A55

Color information

#184A55 (or 0x184A55) is unknown color: approx Teal Blue. HEX triplet: 18, 4A and 55. RGB value is (24,74,85). Sum of RGB (Red+Green+Blue) = 24+74+85=183 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.11% from 183); Green value is 74 (29.30% from 255 or 40.44% from 183); Blue value is 85 (33.59% from 255 or 46.45% from 183); Max value from RGB is 85 - color contains mainly: blue. Hex color #184A55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #184A55 is #E7B5AA. Grayscale: #3C3C3C. Windows color (decimal): -15185323 or 5589528. OLE color: 5589528.

HSL color Cylindrical-coordinate representation of color #184A55: hue angle of 190.82º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #184A55 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB247485-
CMYK0.720.1300.67
HSL190.82º55.96%21.37%-
HSV(B)190.82º71.76%33.33%-
XYZ4.475.759.47-
YUV60.3141.94102.11-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.11%
GREEN value IS 74 (29.30% from 255) = 40.44%
BLUE value IS 85 (33.59% from 255) = 46.45%
R=13.11%
G=40.44%
B=46.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2474850.720.1300.67190.8255.9621.37
Hex184A5548D043bf3815
Octal301121251101501032777025
Binary110001001010101010110010001101010000111011111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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