#194954

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

Shades of Teal Blue #194954

Tints of Teal Blue #194954

Color information

#194954 (or 0x194954) is unknown color: approx Teal Blue. HEX triplet: 19, 49 and 54. RGB value is (25,73,84). Sum of RGB (Red+Green+Blue) = 25+73+84=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 73 (28.91% from 255 or 40.11% from 182); Blue value is 84 (33.20% from 255 or 46.15% from 182); Max value from RGB is 84 - color contains mainly: blue. Hex color #194954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #194954 is #E6B6AB. Grayscale: #3B3B3B. Windows color (decimal): -15120044 or 5523737. OLE color: 5523737.

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

Color convert

RGB257384-
CMYK0.700.1300.67
HSL191.19º54.13%21.37%-
HSV(B)191.19º70.24%32.94%-
XYZ4.385.619.24-
YUV59.9141.6103.11-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.74%
GREEN value IS 73 (28.91% from 255) = 40.11%
BLUE value IS 84 (33.20% from 255) = 46.15%
R=13.74%
G=40.11%
B=46.15%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2573840.700.1300.67191.1954.1321.37
Hex19495446D043bf3615
Octal311111241061501032776625
Binary110011001001101010010001101101010000111011111111011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194954; }

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

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

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

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

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

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

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

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