#193D37

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

Shades of Deep Teal #193D37

Tints of Deep Teal #193D37

Color information

#193D37 (or 0x193D37) is unknown color: approx Deep Teal. HEX triplet: 19, 3D and 37. RGB value is (25,61,55). Sum of RGB (Red+Green+Blue) = 25+61+55=141 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.73% from 141); Green value is 61 (24.22% from 255 or 43.26% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 61 - color contains mainly: green. Hex color #193D37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D37 is #E6C2C8. Grayscale: #313131. Windows color (decimal): -15123145 or 3620121. OLE color: 3620121.

HSL color Cylindrical-coordinate representation of color #193D37: hue angle of 170º 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 #193D37 is Cyan = 0.59, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB256155-
CMYK0.5900.100.76
HSL170º41.86%16.86%-
HSV(B)170º59.02%23.92%-
XYZ2.763.824.21-
YUV49.55131.07110.49-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.73%
GREEN value IS 61 (24.22% from 255) = 43.26%
BLUE value IS 55 (21.88% from 255) = 39.01%
R=17.73%
G=43.26%
B=39.01%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561550.5900.100.7617041.8616.86
Hex193D373B0A4Caa2a11
Octal317567730121142525221
Binary110011111011101111110110101010011001010101010101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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