#193B34

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

Shades of Deep Teal #193B34

Tints of Deep Teal #193B34

Color information

#193B34 (or 0x193B34) is unknown color: approx Deep Teal. HEX triplet: 19, 3B and 34. RGB value is (25,59,52). Sum of RGB (Red+Green+Blue) = 25+59+52=136 (18% of max value = 765). Red value is 25 (10.16% from 255 or 18.38% from 136); Green value is 59 (23.44% from 255 or 43.38% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 59 - color contains mainly: green. Hex color #193B34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193B34 is #E6C4CB. Grayscale: #303030. Windows color (decimal): -15123660 or 3423001. OLE color: 3423001.

HSL color Cylindrical-coordinate representation of color #193B34: hue angle of 167.65º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #193B34 is Cyan = 0.58, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.77.

Color convert

RGB255952-
CMYK0.5800.120.77
HSL167.65º40.48%16.47%-
HSV(B)167.65º57.63%23.14%-
XYZ2.583.583.8-
YUV48.04130.24111.57-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 18.38%
GREEN value IS 59 (23.44% from 255) = 43.38%
BLUE value IS 52 (20.70% from 255) = 38.24%
R=18.38%
G=43.38%
B=38.24%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2559520.5800.120.77167.6540.4816.47
Hex193B343A0C4Da82810
Octal317364720141152505020
Binary110011110111101001110100110010011011010100010100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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