#194D40

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

Shades of Deep Teal #194D40

Tints of Deep Teal #194D40

Color information

#194D40 (or 0x194D40) is unknown color: approx Deep Teal. HEX triplet: 19, 4D and 40. RGB value is (25,77,64). Sum of RGB (Red+Green+Blue) = 25+77+64=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 77 (30.47% from 255 or 46.39% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 77 - color contains mainly: green. Hex color #194D40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D40 is #E6B2BF. Grayscale: #3B3B3B. Windows color (decimal): -15119040 or 4214041. OLE color: 4214041.

HSL color Cylindrical-coordinate representation of color #194D40: hue angle of 165º degrees, saturation: 0.51, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #194D40 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB257764-
CMYK0.6800.170.70
HSL165º50.98%20%-
HSV(B)165º67.53%30.2%-
XYZ3.985.885.78-
YUV59.97130.27103.06-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.06%
GREEN value IS 77 (30.47% from 255) = 46.39%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=15.06%
G=46.39%
B=38.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577640.6800.170.7016550.9820
Hex194D404401146a53314
Octal311151001040211062456324
Binary1100110011011000000100010001000110001101010010111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194D40; }

 p { color: rgb(25,77,64); }

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

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

 a { background-color: rgb(25,77,64); }

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

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

 span { border-color: rgb(25,77,64); }

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