#194D5C

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

Shades of Teal Blue #194D5C

Tints of Teal Blue #194D5C

Color information

#194D5C (or 0x194D5C) is unknown color: approx Teal Blue. HEX triplet: 19, 4D and 5C. RGB value is (25,77,92). Sum of RGB (Red+Green+Blue) = 25+77+92=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 92 (36.33% from 255 or 47.42% from 194); Max value from RGB is 92 - color contains mainly: blue. Hex color #194D5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #194D5C is #E6B2A3. Grayscale: #3F3F3F. Windows color (decimal): -15119012 or 6049049. OLE color: 6049049.

HSL color Cylindrical-coordinate representation of color #194D5C: hue angle of 193.43º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #194D5C is Cyan = 0.73, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB257792-
CMYK0.730.1600.64
HSL193.43º57.26%22.94%-
HSV(B)193.43º72.83%36.08%-
XYZ4.996.2911.08-
YUV63.16144.27100.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.89%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 92 (36.33% from 255) = 47.42%
R=12.89%
G=39.69%
B=47.42%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2577920.730.1600.64193.4357.2622.94
Hex194D5C4910040c13917
Octal311151341112001003017127
Binary1100110011011011100100100110000010000001100000111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,77,92); }

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

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

 a { background-color: rgb(25,77,92); }

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

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

 span { border-color: rgb(25,77,92); }

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