#194D59

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

Shades of Teal Blue #194D59

Tints of Teal Blue #194D59

Color information

#194D59 (or 0x194D59) is unknown color: approx Teal Blue. HEX triplet: 19, 4D and 59. RGB value is (25,77,89). Sum of RGB (Red+Green+Blue) = 25+77+89=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 77 (30.47% from 255 or 40.31% from 191); Blue value is 89 (35.16% from 255 or 46.60% from 191); Max value from RGB is 89 - color contains mainly: blue. Hex color #194D59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D59 is #E6B2A6. Grayscale: #3E3E3E. Windows color (decimal): -15119015 or 5852441. OLE color: 5852441.

HSL color Cylindrical-coordinate representation of color #194D59: hue angle of 191.25º 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 #194D59 is Cyan = 0.72, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB257789-
CMYK0.720.1300.65
HSL191.25º56.14%22.35%-
HSV(B)191.25º71.91%34.9%-
XYZ4.866.2410.4-
YUV62.82142.77101.02-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.09%
GREEN value IS 77 (30.47% from 255) = 40.31%
BLUE value IS 89 (35.16% from 255) = 46.60%
R=13.09%
G=40.31%
B=46.60%

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
Decimal2577890.720.1300.65191.2556.1422.35
Hex194D5948D041bf3816
Octal311151311101501012777026
Binary110011001101101100110010001101010000011011111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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