#194943

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

Shades of Deep Teal #194943

Tints of Deep Teal #194943

Color information

#194943 (or 0x194943) is unknown color: approx Deep Teal. HEX triplet: 19, 49 and 43. RGB value is (25,73,67). Sum of RGB (Red+Green+Blue) = 25+73+67=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 73 (28.91% from 255 or 44.24% from 165); Blue value is 67 (26.56% from 255 or 40.61% from 165); Max value from RGB is 73 - color contains mainly: green. Hex color #194943 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #194943 is #E6B6BC. Grayscale: #393939. Windows color (decimal): -15120061 or 4409625. OLE color: 4409625.

HSL color Cylindrical-coordinate representation of color #194943: hue angle of 172.5º 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 #194943 is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB257367-
CMYK0.6600.080.71
HSL172.5º48.98%19.22%-
HSV(B)172.5º65.75%28.63%-
XYZ3.85.386.15-
YUV57.96133.1104.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 73 (28.91% from 255) = 44.24%
BLUE value IS 67 (26.56% from 255) = 40.61%
R=15.15%
G=44.24%
B=40.61%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2573670.6600.080.71172.548.9819.22
Hex194943420847ac3113
Octal311111031020101072546123
Binary110011001001100001110000100100010001111010110011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194943; }

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

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

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

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

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

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

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

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