#194A53

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

Shades of Teal Blue #194A53

Tints of Teal Blue #194A53

Color information

#194A53 (or 0x194A53) is unknown color: approx Teal Blue. HEX triplet: 19, 4A and 53. RGB value is (25,74,83). Sum of RGB (Red+Green+Blue) = 25+74+83=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 74 (29.30% from 255 or 40.66% from 182); Blue value is 83 (32.81% from 255 or 45.60% from 182); Max value from RGB is 83 - color contains mainly: blue. Hex color #194A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194A53 is #E6B5AC. Grayscale: #3C3C3C. Windows color (decimal): -15119789 or 5458457. OLE color: 5458457.

HSL color Cylindrical-coordinate representation of color #194A53: hue angle of 189.31º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #194A53 is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB257483-
CMYK0.700.1100.67
HSL189.31º53.7%21.18%-
HSV(B)189.31º69.88%32.55%-
XYZ4.415.739.06-
YUV60.38140.77102.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 74 (29.30% from 255) = 40.66%
BLUE value IS 83 (32.81% from 255) = 45.60%
R=13.74%
G=40.66%
B=45.60%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2574830.700.1100.67189.3153.721.18
Hex194A5346B043bd3615
Octal311121231061301032756625
Binary110011001010101001110001101011010000111011110111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,74,83); }

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

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

 a { background-color: rgb(25,74,83); }

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

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

 span { border-color: rgb(25,74,83); }

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