#194754

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

Shades of Teal Blue #194754

Tints of Teal Blue #194754

Color information

#194754 (or 0x194754) is unknown color: approx Teal Blue. HEX triplet: 19, 47 and 54. RGB value is (25,71,84). Sum of RGB (Red+Green+Blue) = 25+71+84=180 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.89% from 180); Green value is 71 (28.12% from 255 or 39.44% from 180); Blue value is 84 (33.20% from 255 or 46.67% from 180); Max value from RGB is 84 - color contains mainly: blue. Hex color #194754 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194754 is #E6B8AB. Grayscale: #3A3A3A. Windows color (decimal): -15120556 or 5523225. OLE color: 5523225.

HSL color Cylindrical-coordinate representation of color #194754: hue angle of 193.22º 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 #194754 is Cyan = 0.70, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB257184-
CMYK0.700.1500.67
HSL193.22º54.13%21.37%-
HSV(B)193.22º70.24%32.94%-
XYZ4.255.359.2-
YUV58.73142.26103.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.89%
GREEN value IS 71 (28.12% from 255) = 39.44%
BLUE value IS 84 (33.20% from 255) = 46.67%
R=13.89%
G=39.44%
B=46.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2571840.700.1500.67193.2254.1321.37
Hex19475446F043c13615
Octal311071241061701033016625
Binary110011000111101010010001101111010000111100000111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194754; }

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

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

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

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

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

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

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

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