#184D53

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

Shades of Teal Blue #184D53

Tints of Teal Blue #184D53

Color information

#184D53 (or 0x184D53) is unknown color: approx Teal Blue. HEX triplet: 18, 4D and 53. RGB value is (24,77,83). Sum of RGB (Red+Green+Blue) = 24+77+83=184 (24% of max value = 765). Red value is 24 (9.77% from 255 or 13.04% from 184); Green value is 77 (30.47% from 255 or 41.85% from 184); Blue value is 83 (32.81% from 255 or 45.11% from 184); Max value from RGB is 83 - color contains mainly: blue. Hex color #184D53 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #184D53 is #E7B2AC. Grayscale: #3D3D3D. Windows color (decimal): -15184557 or 5459224. OLE color: 5459224.

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

Color convert

RGB247783-
CMYK0.710.0700.67
HSL186.1º55.14%20.98%-
HSV(B)186.1º71.08%32.55%-
XYZ4.596.139.12-
YUV61.84139.94101.01-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 13.04%
GREEN value IS 77 (30.47% from 255) = 41.85%
BLUE value IS 83 (32.81% from 255) = 45.11%
R=13.04%
G=41.85%
B=45.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2477830.710.0700.67186.155.1420.98
Hex184D53477043ba3715
Octal30115123107701032726725
Binary11000100110110100111000111111010000111011101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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