#194957

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

Shades of Teal Blue #194957

Tints of Teal Blue #194957

Color information

#194957 (or 0x194957) is unknown color: approx Teal Blue. HEX triplet: 19, 49 and 57. RGB value is (25,73,87). Sum of RGB (Red+Green+Blue) = 25+73+87=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #194957 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194957 is #E6B6A8. Grayscale: #3C3C3C. Windows color (decimal): -15120041 or 5720345. OLE color: 5720345.

HSL color Cylindrical-coordinate representation of color #194957: hue angle of 193.55º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #194957 is Cyan = 0.71, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB257387-
CMYK0.710.1600.66
HSL193.55º55.36%21.96%-
HSV(B)193.55º71.26%34.12%-
XYZ4.55.669.87-
YUV60.24143.1102.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.51%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=13.51%
G=39.46%
B=47.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2573870.710.1600.66193.5555.3621.96
Hex1949574710042c23716
Octal311111271072001023026726
Binary1100110010011010111100011110000010000101100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194957; }

 p { color: rgb(25,73,87); }

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

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

 a { background-color: rgb(25,73,87); }

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

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

 span { border-color: rgb(25,73,87); }

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