#194D3E

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

Shades of Deep Teal #194D3E

Tints of Deep Teal #194D3E

Color information

#194D3E (or 0x194D3E) is unknown color: approx Deep Teal. HEX triplet: 19, 4D and 3E. RGB value is (25,77,62). Sum of RGB (Red+Green+Blue) = 25+77+62=164 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.24% from 164); Green value is 77 (30.47% from 255 or 46.95% from 164); Blue value is 62 (24.61% from 255 or 37.80% from 164); Max value from RGB is 77 - color contains mainly: green. Hex color #194D3E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #194D3E is #E6B2C1. Grayscale: #3B3B3B. Windows color (decimal): -15119042 or 4082969. OLE color: 4082969.

HSL color Cylindrical-coordinate representation of color #194D3E: hue angle of 162.69º 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 #194D3E is Cyan = 0.68, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.70.

Color convert

RGB257762-
CMYK0.6800.190.70
HSL162.69º50.98%20%-
HSV(B)162.69º67.53%30.2%-
XYZ3.925.865.48-
YUV59.74129.27103.22-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.24%
GREEN value IS 77 (30.47% from 255) = 46.95%
BLUE value IS 62 (24.61% from 255) = 37.80%
R=15.24%
G=46.95%
B=37.80%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2577620.6800.190.70162.6950.9820
Hex194D3E4401346a33314
Octal31115761040231062436324
Binary110011001101111110100010001001110001101010001111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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