#193734

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

Shades of Deep Teal #193734

Tints of Deep Teal #193734

Color information

#193734 (or 0x193734) is unknown color: approx Deep Teal. HEX triplet: 19, 37 and 34. RGB value is (25,55,52). Sum of RGB (Red+Green+Blue) = 25+55+52=132 (17% of max value = 765). Red value is 25 (10.16% from 255 or 18.94% from 132); Green value is 55 (21.88% from 255 or 41.67% from 132); Blue value is 52 (20.70% from 255 or 39.39% from 132); Max value from RGB is 55 - color contains mainly: green. Hex color #193734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193734 is #E6C8CB. Grayscale: #2D2D2D. Windows color (decimal): -15124684 or 3421977. OLE color: 3421977.

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

Color convert

RGB255552-
CMYK0.5500.050.78
HSL174º37.5%15.69%-
HSV(B)174º54.55%21.57%-
XYZ2.393.193.74-
YUV45.69131.56113.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.94%
GREEN value IS 55 (21.88% from 255) = 41.67%
BLUE value IS 52 (20.70% from 255) = 39.39%
R=18.94%
G=41.67%
B=39.39%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2555520.5500.050.7817437.515.69
Hex19373437054Eae2610
Octal31676467051162564620
Binary11001110111110100110111010110011101010111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193734; }

 p { color: rgb(25,55,52); }

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

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

 a { background-color: rgb(25,55,52); }

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

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

 span { border-color: rgb(25,55,52); }

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