#194756

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

Shades of Teal Blue #194756

Tints of Teal Blue #194756

Color information

#194756 (or 0x194756) is unknown color: approx Teal Blue. HEX triplet: 19, 47 and 56. RGB value is (25,71,86). Sum of RGB (Red+Green+Blue) = 25+71+86=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 86 (33.98% from 255 or 47.25% from 182); Max value from RGB is 86 - color contains mainly: blue. Hex color #194756 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194756 is #E6B8A9. Grayscale: #3A3A3A. Windows color (decimal): -15120554 or 5654297. OLE color: 5654297.

HSL color Cylindrical-coordinate representation of color #194756: hue angle of 194.75º 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 #194756 is Cyan = 0.71, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB257186-
CMYK0.710.1700.66
HSL194.75º54.95%21.76%-
HSV(B)194.75º70.93%33.73%-
XYZ4.335.399.62-
YUV58.96143.26103.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 71 (28.12% from 255) = 39.01%
BLUE value IS 86 (33.98% from 255) = 47.25%
R=13.74%
G=39.01%
B=47.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2571860.710.1700.66194.7554.9521.76
Hex1947564711042c33716
Octal311071261072101023036726
Binary1100110001111010110100011110001010000101100001111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194756; }

 p { color: rgb(25,71,86); }

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

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

 a { background-color: rgb(25,71,86); }

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

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

 span { border-color: rgb(25,71,86); }

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