#194F59

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

Shades of Teal Blue #194F59

Tints of Teal Blue #194F59

Color information

#194F59 (or 0x194F59) is unknown color: approx Teal Blue. HEX triplet: 19, 4F and 59. RGB value is (25,79,89). Sum of RGB (Red+Green+Blue) = 25+79+89=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 79 (31.25% from 255 or 40.93% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #194F59 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194F59 is #E6B0A6. Grayscale: #3F3F3F. Windows color (decimal): -15118503 or 5852953. OLE color: 5852953.

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

Color convert

RGB257989-
CMYK0.720.1100.65
HSL189.38º56.14%22.35%-
HSV(B)189.38º71.91%34.9%-
XYZ56.5210.45-
YUV63.99142.11100.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.95%
GREEN value IS 79 (31.25% from 255) = 40.93%
BLUE value IS 89 (35.16% from 255) = 46.11%
R=12.95%
G=40.93%
B=46.11%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2579890.720.1100.65189.3856.1422.35
Hex194F5948B041bd3816
Octal311171311101301012757026
Binary110011001111101100110010001011010000011011110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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