#19545D

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

Shades of Teal Blue #19545D

Tints of Teal Blue #19545D

Color information

#19545D (or 0x19545D) is unknown color: approx Teal Blue. HEX triplet: 19, 54 and 5D. RGB value is (25,84,93). Sum of RGB (Red+Green+Blue) = 25+84+93=202 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.38% from 202); Green value is 84 (33.20% from 255 or 41.58% from 202); Blue value is 93 (36.72% from 255 or 46.04% from 202); Max value from RGB is 93 - color contains mainly: blue. Hex color #19545D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19545D is #E6ABA2. Grayscale: #434343. Windows color (decimal): -15117219 or 6116377. OLE color: 6116377.

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

Color convert

RGB258493-
CMYK0.730.1000.64
HSL187.94º57.63%23.14%-
HSV(B)187.94º73.12%36.47%-
XYZ5.557.3411.48-
YUV67.39142.4597.77-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.38%
GREEN value IS 84 (33.20% from 255) = 41.58%
BLUE value IS 93 (36.72% from 255) = 46.04%
R=12.38%
G=41.58%
B=46.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2584930.730.1000.64187.9457.6323.14
Hex19545D49A040bc3a17
Octal311241351111201002747227
Binary110011010100101110110010011010010000001011110011101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19545D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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