#1D4A40

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

Shades of Deep Teal #1D4A40

Tints of Deep Teal #1D4A40

Color information

#1D4A40 (or 0x1D4A40) is unknown color: approx Deep Teal. HEX triplet: 1D, 4A and 40. RGB value is (29,74,64). Sum of RGB (Red+Green+Blue) = 29+74+64=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 74 (29.30% from 255 or 44.31% from 167); Blue value is 64 (25.39% from 255 or 38.32% from 167); Max value from RGB is 74 - color contains mainly: green. Hex color #1D4A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4A40 is #E2B5BF. Grayscale: #3B3B3B. Windows color (decimal): -14857664 or 4213277. OLE color: 4213277.

HSL color Cylindrical-coordinate representation of color #1D4A40: hue angle of 166.67º degrees, saturation: 0.44, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D4A40 is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB297464-
CMYK0.6100.140.71
HSL166.67º43.69%20.2%-
HSV(B)166.67º60.81%29.02%-
XYZ3.885.535.71-
YUV59.4130.59106.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 74 (29.30% from 255) = 44.31%
BLUE value IS 64 (25.39% from 255) = 38.32%
R=17.37%
G=44.31%
B=38.32%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2974640.6100.140.71166.6743.6920.2
Hex1D4A403D0E47a72c14
Octal35112100750161072475424
Binary11101100101010000001111010111010001111010011110110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,74,64); }

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

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

 a { background-color: rgb(29,74,64); }

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

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

 span { border-color: rgb(29,74,64); }

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