#193D39

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

Shades of Deep Teal #193D39

Tints of Deep Teal #193D39

Color information

#193D39 (or 0x193D39) is unknown color: approx Deep Teal. HEX triplet: 19, 3D and 39. RGB value is (25,61,57). Sum of RGB (Red+Green+Blue) = 25+61+57=143 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.48% from 143); Green value is 61 (24.22% from 255 or 42.66% from 143); Blue value is 57 (22.66% from 255 or 39.86% from 143); Max value from RGB is 61 - color contains mainly: green. Hex color #193D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D39 is #E6C2C6. Grayscale: #313131. Windows color (decimal): -15123143 or 3751193. OLE color: 3751193.

HSL color Cylindrical-coordinate representation of color #193D39: hue angle of 173.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #193D39 is Cyan = 0.59, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB256157-
CMYK0.5900.070.76
HSL173.33º41.86%16.86%-
HSV(B)173.33º59.02%23.92%-
XYZ2.813.844.46-
YUV49.78132.07110.33-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.48%
GREEN value IS 61 (24.22% from 255) = 42.66%
BLUE value IS 57 (22.66% from 255) = 39.86%
R=17.48%
G=42.66%
B=39.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561570.5900.070.76173.3341.8616.86
Hex193D393B074Cad2a11
Octal31757173071142555221
Binary11001111101111001111011011110011001010110110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193D39; }

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

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

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

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

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

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

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

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