#19535B

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

Shades of Teal Blue #19535B

Tints of Teal Blue #19535B

Color information

#19535B (or 0x19535B) is unknown color: approx Teal Blue. HEX triplet: 19, 53 and 5B. RGB value is (25,83,91). Sum of RGB (Red+Green+Blue) = 25+83+91=199 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.56% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 91 (35.94% from 255 or 45.73% from 199); Max value from RGB is 91 - color contains mainly: blue. Hex color #19535B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19535B is #E6ACA4. Grayscale: #424242. Windows color (decimal): -15117477 or 5985049. OLE color: 5985049.

HSL color Cylindrical-coordinate representation of color #19535B: hue angle of 187.27º degrees, saturation: 0.57, 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 #19535B is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB258391-
CMYK0.730.0900.64
HSL187.27º56.9%22.75%-
HSV(B)187.27º72.53%35.69%-
XYZ5.387.1510.99-
YUV66.57141.7898.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.56%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 91 (35.94% from 255) = 45.73%
R=12.56%
G=41.71%
B=45.73%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2583910.730.0900.64187.2756.922.75
Hex19535B499040bb3917
Octal311231331111101002737127
Binary110011010011101101110010011001010000001011101111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19535B; }

 p { color: rgb(25,83,91); }

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

<style>
 a { background-color: #19535B; }

 a { background-color: rgb(25,83,91); }

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

<style>
 span { border-color: #19535B; }

 span { border-color: rgb(25,83,91); }

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