Html Css Color HEX #19505E Teal Blue

📋 copy color: '#19505E'

red 25 ◦ green 80 ◦ blue 94

#19505E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Teal Blue #19505E

Tints of Teal Blue #19505E

RGB

 RED value IS 25 (10.16% from 255) = 12.56%

 GREEN value IS 80 (31.64% from 255) = 40.2%

 BLUE value IS 94 (37.11% from 255) = 47.24%

R = 12.56%
G = 40.2%
B = 47.24%

CMYK

 C value IS 0.73

 M value IS 0.15

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#19505E (or 0x19505E) is known color: Teal Blue. HEX triplet: 19, 50 and 5E. RGB value is (25,80,94). Sum of RGB (Red+Green+Blue) = 25+80+94=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 80 (31.64% from 255 or 40.20% from 199); Blue value is 94 (37.11% from 255 or 47.24% from 199); Max value from RGB is 94 - color contains mainly: blue. Hex color #19505E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19505E is #E6AFA1. Grayscale: #414141. Windows color (decimal): -15118242 or 6180889. OLE color: 6180889.

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

Color convert

RGB 25 80 94 -
CMYK 0.73 0.15 0 0.63
HSL 192.17º 0.58% 0.23% -
HSV(B) 192.17º 0.73% 0.37% -
XYZ 5.29 6.75 11.61 -
YUV 65.15 144.28 99.36 -
System Red Green Blue C M Y K H S L
Decimal 25 80 94 0.73 0.15 0 0.63 192.17 0.58 0.23
Hex 19 50 5E 49 F 0 3F C0 3A 17
Octal 31 120 136 111 17 0 77 300 72 27
Binary 11001 1010000 1011110 1001001 1111 0 111111 11000000 111010 10111

Color Harmonies of #19505E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19505E

Black with #19505E

Text Example


Text Example

White with #19505E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19505E;
 }
 .AnyTagClassName
 {
   color: #19505E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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