#19535D

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

Shades of Teal Blue #19535D

Tints of Teal Blue #19535D

Color information

#19535D (or 0x19535D) is unknown color: approx Teal Blue. HEX triplet: 19, 53 and 5D. RGB value is (25,83,93). Sum of RGB (Red+Green+Blue) = 25+83+93=201 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.44% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 93 (36.72% from 255 or 46.27% from 201); Max value from RGB is 93 - color contains mainly: blue. Hex color #19535D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19535D is #E6ACA2. Grayscale: #424242. Windows color (decimal): -15117475 or 6116121. OLE color: 6116121.

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

Color convert

RGB258393-
CMYK0.730.1100.64
HSL188.82º57.63%23.14%-
HSV(B)188.82º73.12%36.47%-
XYZ5.477.1811.45-
YUV66.8142.7898.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 12.44%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 93 (36.72% from 255) = 46.27%
R=12.44%
G=41.29%
B=46.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2583930.730.1100.64188.8257.6323.14
Hex19535D49B040bd3a17
Octal311231351111301002757227
Binary110011010011101110110010011011010000001011110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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