#194E59

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

Shades of Teal Blue #194E59

Tints of Teal Blue #194E59

Color information

#194E59 (or 0x194E59) is unknown color: approx Teal Blue. HEX triplet: 19, 4E and 59. RGB value is (25,78,89). Sum of RGB (Red+Green+Blue) = 25+78+89=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 78 (30.86% from 255 or 40.62% from 192); Blue value is 89 (35.16% from 255 or 46.35% from 192); Max value from RGB is 89 - color contains mainly: blue. Hex color #194E59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E59 is #E6B1A6. Grayscale: #3F3F3F. Windows color (decimal): -15118759 or 5852697. OLE color: 5852697.

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

Color convert

RGB257889-
CMYK0.720.1200.65
HSL190.31º56.14%22.35%-
HSV(B)190.31º71.91%34.9%-
XYZ4.936.3810.42-
YUV63.41142.44100.61-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.02%
GREEN value IS 78 (30.86% from 255) = 40.62%
BLUE value IS 89 (35.16% from 255) = 46.35%
R=13.02%
G=40.62%
B=46.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2578890.720.1200.65190.3156.1422.35
Hex194E5948C041be3816
Octal311161311101401012767026
Binary110011001110101100110010001100010000011011111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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