#194C58

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

Shades of Teal Blue #194C58

Tints of Teal Blue #194C58

Color information

#194C58 (or 0x194C58) is unknown color: approx Teal Blue. HEX triplet: 19, 4C and 58. RGB value is (25,76,88). Sum of RGB (Red+Green+Blue) = 25+76+88=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 76 (30.08% from 255 or 40.21% from 189); Blue value is 88 (34.77% from 255 or 46.56% from 189); Max value from RGB is 88 - color contains mainly: blue. Hex color #194C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194C58 is #E6B3A7. Grayscale: #3E3E3E. Windows color (decimal): -15119272 or 5786649. OLE color: 5786649.

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

Color convert

RGB257688-
CMYK0.720.1400.65
HSL191.43º55.75%22.16%-
HSV(B)191.43º71.59%34.51%-
XYZ4.756.0810.16-
YUV62.12142.6101.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.23%
GREEN value IS 76 (30.08% from 255) = 40.21%
BLUE value IS 88 (34.77% from 255) = 46.56%
R=13.23%
G=40.21%
B=46.56%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2576880.720.1400.65191.4355.7522.16
Hex194C5848E041bf3816
Octal311141301101601012777026
Binary110011001100101100010010001110010000011011111111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,76,88); }

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

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

 a { background-color: rgb(25,76,88); }

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

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

 span { border-color: rgb(25,76,88); }

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