#184941

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

Shades of Deep Teal #184941

Tints of Deep Teal #184941

Color information

#184941 (or 0x184941) is unknown color: approx Deep Teal. HEX triplet: 18, 49 and 41. RGB value is (24,73,65). Sum of RGB (Red+Green+Blue) = 24+73+65=162 (21% of max value = 765). Red value is 24 (9.77% from 255 or 14.81% from 162); Green value is 73 (28.91% from 255 or 45.06% from 162); Blue value is 65 (25.78% from 255 or 40.12% from 162); Max value from RGB is 73 - color contains mainly: green. Hex color #184941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #184941 is #E7B6BE. Grayscale: #393939. Windows color (decimal): -15185599 or 4278552. OLE color: 4278552.

HSL color Cylindrical-coordinate representation of color #184941: hue angle of 170.2º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #184941 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB247365-
CMYK0.6700.110.71
HSL170.2º50.52%19.02%-
HSV(B)170.2º67.12%28.63%-
XYZ3.715.345.84-
YUV57.44132.27104.15-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 14.81%
GREEN value IS 73 (28.91% from 255) = 45.06%
BLUE value IS 65 (25.78% from 255) = 40.12%
R=14.81%
G=45.06%
B=40.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2473650.6700.110.71170.250.5219.02
Hex184941430B47aa3313
Octal301111011030131072526323
Binary110001001001100000110000110101110001111010101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #184941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #184941; }

 p { color: rgb(24,73,65); }

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

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

 a { background-color: rgb(24,73,65); }

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

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

 span { border-color: rgb(24,73,65); }

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