#19545E

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

Shades of Teal Blue #19545E

Tints of Teal Blue #19545E

Color information

#19545E (or 0x19545E) is unknown color: approx Teal Blue. HEX triplet: 19, 54 and 5E. RGB value is (25,84,94). Sum of RGB (Red+Green+Blue) = 25+84+94=203 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.32% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 94 (37.11% from 255 or 46.31% from 203); Max value from RGB is 94 - color contains mainly: blue. Hex color #19545E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19545E is #E6ABA1. Grayscale: #434343. Windows color (decimal): -15117218 or 6181913. OLE color: 6181913.

HSL color Cylindrical-coordinate representation of color #19545E: hue angle of 188.7º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19545E is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB258494-
CMYK0.730.1100.63
HSL188.7º57.98%23.33%-
HSV(B)188.7º73.4%36.86%-
XYZ5.597.3611.71-
YUV67.5142.9597.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.32%
GREEN value IS 84 (33.20% from 255) = 41.38%
BLUE value IS 94 (37.11% from 255) = 46.31%
R=12.32%
G=41.38%
B=46.31%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2584940.730.1100.63188.757.9823.33
Hex19545E49B03Fbd3a17
Octal31124136111130772757227
Binary11001101010010111101001001101101111111011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19545E; }

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

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

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

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

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

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

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

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