#194654

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

Shades of Teal Blue #194654

Tints of Teal Blue #194654

Color information

#194654 (or 0x194654) is unknown color: approx Teal Blue. HEX triplet: 19, 46 and 54. RGB value is (25,70,84). Sum of RGB (Red+Green+Blue) = 25+70+84=179 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.97% from 179); Green value is 70 (27.73% from 255 or 39.11% from 179); Blue value is 84 (33.20% from 255 or 46.93% from 179); Max value from RGB is 84 - color contains mainly: blue. Hex color #194654 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194654 is #E6B9AB. Grayscale: #3A3A3A. Windows color (decimal): -15120812 or 5522969. OLE color: 5522969.

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

Color convert

RGB257084-
CMYK0.700.1700.67
HSL194.24º54.13%21.37%-
HSV(B)194.24º70.24%32.94%-
XYZ4.195.239.18-
YUV58.14142.59104.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.97%
GREEN value IS 70 (27.73% from 255) = 39.11%
BLUE value IS 84 (33.20% from 255) = 46.93%
R=13.97%
G=39.11%
B=46.93%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2570840.700.1700.67194.2454.1321.37
Hex1946544611043c23615
Octal311061241062101033026625
Binary1100110001101010100100011010001010000111100001011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194654; }

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

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

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

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

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

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

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

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