#194E5D

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

Shades of Teal Blue #194E5D

Tints of Teal Blue #194E5D

Color information

#194E5D (or 0x194E5D) is unknown color: approx Teal Blue. HEX triplet: 19, 4E and 5D. RGB value is (25,78,93). Sum of RGB (Red+Green+Blue) = 25+78+93=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 78 (30.86% from 255 or 39.80% from 196); Blue value is 93 (36.72% from 255 or 47.45% from 196); Max value from RGB is 93 - color contains mainly: blue. Hex color #194E5D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194E5D is #E6B1A2. Grayscale: #3F3F3F. Windows color (decimal): -15118755 or 6114841. OLE color: 6114841.

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

Color convert

RGB257893-
CMYK0.730.1600.64
HSL193.24º57.63%23.14%-
HSV(B)193.24º73.12%36.47%-
XYZ5.16.4511.33-
YUV63.86144.44100.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 78 (30.86% from 255) = 39.80%
BLUE value IS 93 (36.72% from 255) = 47.45%
R=12.76%
G=39.80%
B=47.45%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2578930.730.1600.64193.2457.6323.14
Hex194E5D4910040c13a17
Octal311161351112001003017227
Binary1100110011101011101100100110000010000001100000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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