#1D4E41

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

Shades of Deep Teal #1D4E41

Tints of Deep Teal #1D4E41

Color information

#1D4E41 (or 0x1D4E41) is unknown color: approx Deep Teal. HEX triplet: 1D, 4E and 41. RGB value is (29,78,65). Sum of RGB (Red+Green+Blue) = 29+78+65=172 (22% of max value = 765). Red value is 29 (11.72% from 255 or 16.86% from 172); Green value is 78 (30.86% from 255 or 45.35% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 78 - color contains mainly: green. Hex color #1D4E41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4E41 is #E2B1BE. Grayscale: #3D3D3D. Windows color (decimal): -14856639 or 4279837. OLE color: 4279837.

HSL color Cylindrical-coordinate representation of color #1D4E41: hue angle of 164.08º degrees, saturation: 0.46, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1D4E41 is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.69.

Color convert

RGB297865-
CMYK0.6300.170.69
HSL164.08º45.79%20.98%-
HSV(B)164.08º62.82%30.59%-
XYZ4.196.095.96-
YUV61.87129.77104.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.86%
GREEN value IS 78 (30.86% from 255) = 45.35%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=16.86%
G=45.35%
B=37.79%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2978650.6300.170.69164.0845.7920.98
Hex1D4E413F01145a42e15
Octal35116101770211052445625
Binary111011001110100000111111101000110001011010010010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,78,65); }

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

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

 a { background-color: rgb(29,78,65); }

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

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

 span { border-color: rgb(29,78,65); }

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