#193936

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

Shades of Deep Teal #193936

Tints of Deep Teal #193936

Color information

#193936 (or 0x193936) is unknown color: approx Deep Teal. HEX triplet: 19, 39 and 36. RGB value is (25,57,54). Sum of RGB (Red+Green+Blue) = 25+57+54=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 57 (22.66% from 255 or 41.91% from 136); Blue value is 54 (21.48% from 255 or 39.71% from 136); Max value from RGB is 57 - color contains mainly: green. Hex color #193936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193936 is #E6C6C9. Grayscale: #2F2F2F. Windows color (decimal): -15124170 or 3553561. OLE color: 3553561.

HSL color Cylindrical-coordinate representation of color #193936: hue angle of 174.38º 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 #193936 is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB255754-
CMYK0.5600.050.78
HSL174.38º39.02%16.08%-
HSV(B)174.38º56.14%22.35%-
XYZ2.533.44.01-
YUV47.09131.9112.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 57 (22.66% from 255) = 41.91%
BLUE value IS 54 (21.48% from 255) = 39.71%
R=18.38%
G=41.91%
B=39.71%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2557540.5600.050.78174.3839.0216.08
Hex19393638054Eae2710
Octal31716670051162564720
Binary11001111001110110111000010110011101010111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193936; }

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

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

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

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

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

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

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

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