#193932

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

Shades of Deep Teal #193932

Tints of Deep Teal #193932

Color information

#193932 (or 0x193932) is unknown color: approx Deep Teal. HEX triplet: 19, 39 and 32. RGB value is (25,57,50). Sum of RGB (Red+Green+Blue) = 25+57+50=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 57 (22.66% from 255 or 43.18% from 132); Blue value is 50 (19.92% from 255 or 37.88% from 132); Max value from RGB is 57 - color contains mainly: green. Hex color #193932 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193932 is #E6C6CD. Grayscale: #2E2E2E. Windows color (decimal): -15124174 or 3291417. OLE color: 3291417.

HSL color Cylindrical-coordinate representation of color #193932: hue angle of 166.88º degrees, saturation: 0.39, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #193932 is Cyan = 0.56, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.78.

Color convert

RGB255750-
CMYK0.5600.120.78
HSL166.88º39.02%16.08%-
HSV(B)166.88º56.14%22.35%-
XYZ2.443.363.54-
YUV46.63129.9112.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 57 (22.66% from 255) = 43.18%
BLUE value IS 50 (19.92% from 255) = 37.88%
R=18.94%
G=43.18%
B=37.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2557500.5600.120.78166.8839.0216.08
Hex193932380C4Ea72710
Octal317162700141162474720
Binary110011110011100101110000110010011101010011110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193932; }

 p { color: rgb(25,57,50); }

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

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

 a { background-color: rgb(25,57,50); }

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

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

 span { border-color: rgb(25,57,50); }

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