#194E5E

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

Shades of Teal Blue #194E5E

Tints of Teal Blue #194E5E

Color information

#194E5E (or 0x194E5E) is unknown color: approx Teal Blue. HEX triplet: 19, 4E and 5E. RGB value is (25,78,94). Sum of RGB (Red+Green+Blue) = 25+78+94=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 78 (30.86% from 255 or 39.59% from 197); Blue value is 94 (37.11% from 255 or 47.72% from 197); Max value from RGB is 94 - color contains mainly: blue. Hex color #194E5E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E5E is #E6B1A1. Grayscale: #3F3F3F. Windows color (decimal): -15118754 or 6180377. OLE color: 6180377.

HSL color Cylindrical-coordinate representation of color #194E5E: hue angle of 193.91º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194E5E is Cyan = 0.73, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB257894-
CMYK0.730.1700.63
HSL193.91º57.98%23.33%-
HSV(B)193.91º73.4%36.86%-
XYZ5.156.4611.57-
YUV63.98144.94100.2-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.69%
GREEN value IS 78 (30.86% from 255) = 39.59%
BLUE value IS 94 (37.11% from 255) = 47.72%
R=12.69%
G=39.59%
B=47.72%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2578940.730.1700.63193.9157.9823.33
Hex194E5E491103Fc23a17
Octal31116136111210773027227
Binary110011001110101111010010011000101111111100001011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,78,94); }

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

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

 a { background-color: rgb(25,78,94); }

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

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

 span { border-color: rgb(25,78,94); }

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