#19515A

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

Shades of Teal Blue #19515A

Tints of Teal Blue #19515A

Color information

#19515A (or 0x19515A) is unknown color: approx Teal Blue. HEX triplet: 19, 51 and 5A. RGB value is (25,81,90). Sum of RGB (Red+Green+Blue) = 25+81+90=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 90 (35.55% from 255 or 45.92% from 196); Max value from RGB is 90 - color contains mainly: blue. Hex color #19515A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19515A is #E6AEA5. Grayscale: #414141. Windows color (decimal): -15117990 or 5919001. OLE color: 5919001.

HSL color Cylindrical-coordinate representation of color #19515A: hue angle of 188.31º 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 #19515A is Cyan = 0.72, Magento = 0.1, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB258190-
CMYK0.720.100.65
HSL188.31º56.52%22.55%-
HSV(B)188.31º72.22%35.29%-
XYZ5.196.8310.72-
YUV65.28141.9599.27-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.76%
GREEN value IS 81 (32.03% from 255) = 41.33%
BLUE value IS 90 (35.55% from 255) = 45.92%
R=12.76%
G=41.33%
B=45.92%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.1
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2581900.720.100.65188.3156.5222.55
Hex19515A48A041bc3917
Octal311211321101201012747127
Binary110011010001101101010010001010010000011011110011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19515A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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