#194E5A

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

Shades of Teal Blue #194E5A

Tints of Teal Blue #194E5A

Color information

#194E5A (or 0x194E5A) is unknown color: approx Teal Blue. HEX triplet: 19, 4E and 5A. RGB value is (25,78,90). Sum of RGB (Red+Green+Blue) = 25+78+90=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 78 (30.86% from 255 or 40.41% from 193); Blue value is 90 (35.55% from 255 or 46.63% from 193); Max value from RGB is 90 - color contains mainly: blue. Hex color #194E5A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E5A is #E6B1A5. Grayscale: #3F3F3F. Windows color (decimal): -15118758 or 5918233. OLE color: 5918233.

HSL color Cylindrical-coordinate representation of color #194E5A: hue angle of 191.08º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #194E5A is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB257890-
CMYK0.720.1300.65
HSL191.08º56.52%22.55%-
HSV(B)191.08º72.22%35.29%-
XYZ4.976.3910.64-
YUV63.52142.94100.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 78 (30.86% from 255) = 40.41%
BLUE value IS 90 (35.55% from 255) = 46.63%
R=12.95%
G=40.41%
B=46.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2578900.720.1300.65191.0856.5222.55
Hex194E5A48D041bf3917
Octal311161321101501012777127
Binary110011001110101101010010001101010000011011111111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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