#194941

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

Shades of Deep Teal #194941

Tints of Deep Teal #194941

Color information

#194941 (or 0x194941) is unknown color: approx Deep Teal. HEX triplet: 19, 49 and 41. RGB value is (25,73,65). Sum of RGB (Red+Green+Blue) = 25+73+65=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 65 (25.78% from 255 or 39.88% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #194941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194941 is #E6B6BE. Grayscale: #393939. Windows color (decimal): -15120063 or 4278553. OLE color: 4278553.

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

Color convert

RGB257365-
CMYK0.6600.110.71
HSL170º48.98%19.22%-
HSV(B)170º65.75%28.63%-
XYZ3.745.355.84-
YUV57.74132.1104.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 65 (25.78% from 255) = 39.88%
R=15.34%
G=44.79%
B=39.88%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2573650.6600.110.7117048.9819.22
Hex194941420B47aa3113
Octal311111011020131072526123
Binary110011001001100000110000100101110001111010101011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194941; }

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

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

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

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

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

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

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

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