#194755

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

Shades of Teal Blue #194755

Tints of Teal Blue #194755

Color information

#194755 (or 0x194755) is unknown color: approx Teal Blue. HEX triplet: 19, 47 and 55. RGB value is (25,71,85). Sum of RGB (Red+Green+Blue) = 25+71+85=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 85 (33.59% from 255 or 46.96% from 181); Max value from RGB is 85 - color contains mainly: blue. Hex color #194755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194755 is #E6B8AA. Grayscale: #3A3A3A. Windows color (decimal): -15120555 or 5588761. OLE color: 5588761.

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

Color convert

RGB257185-
CMYK0.710.1600.67
HSL194º54.55%21.57%-
HSV(B)194º70.59%33.33%-
XYZ4.295.379.4-
YUV58.84142.76103.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 71 (28.12% from 255) = 39.23%
BLUE value IS 85 (33.59% from 255) = 46.96%
R=13.81%
G=39.23%
B=46.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2571850.710.1600.6719454.5521.57
Hex1947554710043c23716
Octal311071251072001033026726
Binary1100110001111010101100011110000010000111100001011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194755; }

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

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

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

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

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

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

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

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