#1D493D

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

Shades of Deep Teal #1D493D

Tints of Deep Teal #1D493D

Color information

#1D493D (or 0x1D493D) is unknown color: approx Deep Teal. HEX triplet: 1D, 49 and 3D. RGB value is (29,73,61). Sum of RGB (Red+Green+Blue) = 29+73+61=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 73 (28.91% from 255 or 44.79% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 73 - color contains mainly: green. Hex color #1D493D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D493D is #E2B6C2. Grayscale: #3A3A3A. Windows color (decimal): -14857923 or 4016413. OLE color: 4016413.

HSL color Cylindrical-coordinate representation of color #1D493D: hue angle of 163.64º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D493D is Cyan = 0.60, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.71.

Color convert

RGB297361-
CMYK0.6000.160.71
HSL163.64º43.14%20%-
HSV(B)163.64º60.27%28.63%-
XYZ3.735.365.25-
YUV58.48129.42106.98-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.79%
GREEN value IS 73 (28.91% from 255) = 44.79%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=17.79%
G=44.79%
B=37.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2973610.6000.160.71163.6443.1420
Hex1D493D3C01047a42b14
Octal3511175740201072445324
Binary11101100100111110111110001000010001111010010010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D493D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D493D; }

 p { color: rgb(29,73,61); }

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

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

 a { background-color: rgb(29,73,61); }

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

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

 span { border-color: rgb(29,73,61); }

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