#193D35

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

Shades of Deep Teal #193D35

Tints of Deep Teal #193D35

Color information

#193D35 (or 0x193D35) is unknown color: approx Deep Teal. HEX triplet: 19, 3D and 35. RGB value is (25,61,53). Sum of RGB (Red+Green+Blue) = 25+61+53=139 (18% of max value = 765). Red value is 25 (10.16% from 255 or 17.99% from 139); Green value is 61 (24.22% from 255 or 43.88% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 61 - color contains mainly: green. Hex color #193D35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193D35 is #E6C2CA. Grayscale: #313131. Windows color (decimal): -15123147 or 3489049. OLE color: 3489049.

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

Color convert

RGB256153-
CMYK0.5900.130.76
HSL166.67º41.86%16.86%-
HSV(B)166.67º59.02%23.92%-
XYZ2.713.83.96-
YUV49.32130.07110.65-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 17.99%
GREEN value IS 61 (24.22% from 255) = 43.88%
BLUE value IS 53 (21.09% from 255) = 38.13%
R=17.99%
G=43.88%
B=38.13%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2561530.5900.130.76166.6741.8616.86
Hex193D353B0D4Ca72a11
Octal317565730151142475221
Binary110011111011101011110110110110011001010011110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193D35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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