#19505A

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

Shades of Teal Blue #19505A

Tints of Teal Blue #19505A

Color information

#19505A (or 0x19505A) is unknown color: approx Teal Blue. HEX triplet: 19, 50 and 5A. RGB value is (25,80,90). Sum of RGB (Red+Green+Blue) = 25+80+90=195 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.82% from 195); Green value is 80 (31.64% from 255 or 41.03% from 195); Blue value is 90 (35.55% from 255 or 46.15% from 195); Max value from RGB is 90 - color contains mainly: blue. Hex color #19505A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19505A is #E6AFA5. Grayscale: #404040. Windows color (decimal): -15118246 or 5918745. OLE color: 5918745.

HSL color Cylindrical-coordinate representation of color #19505A: hue angle of 189.23º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19505A is Cyan = 0.72, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB258090-
CMYK0.720.1100.65
HSL189.23º56.52%22.55%-
HSV(B)189.23º72.22%35.29%-
XYZ5.126.6810.69-
YUV64.69142.2899.69-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.82%
GREEN value IS 80 (31.64% from 255) = 41.03%
BLUE value IS 90 (35.55% from 255) = 46.15%
R=12.82%
G=41.03%
B=46.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2580900.720.1100.65189.2356.5222.55
Hex19505A48B041bd3917
Octal311201321101301012757127
Binary110011010000101101010010001011010000011011110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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