#19505D

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

Shades of Teal Blue #19505D

Tints of Teal Blue #19505D

Color information

#19505D (or 0x19505D) is unknown color: approx Teal Blue. HEX triplet: 19, 50 and 5D. RGB value is (25,80,93). Sum of RGB (Red+Green+Blue) = 25+80+93=198 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.63% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 93 (36.72% from 255 or 46.97% from 198); Max value from RGB is 93 - color contains mainly: blue. Hex color #19505D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19505D is #E6AFA2. Grayscale: #404040. Windows color (decimal): -15118243 or 6115353. OLE color: 6115353.

HSL color Cylindrical-coordinate representation of color #19505D: hue angle of 191.47º 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 #19505D is Cyan = 0.73, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB258093-
CMYK0.730.1400.64
HSL191.47º57.63%23.14%-
HSV(B)191.47º73.12%36.47%-
XYZ5.256.7311.38-
YUV65.04143.7899.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.63%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 93 (36.72% from 255) = 46.97%
R=12.63%
G=40.40%
B=46.97%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2580930.730.1400.64191.4757.6323.14
Hex19505D49E040bf3a17
Octal311201351111601002777227
Binary110011010000101110110010011110010000001011111111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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