#1D413C

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

Shades of Deep Teal #1D413C

Tints of Deep Teal #1D413C

Color information

#1D413C (or 0x1D413C) is unknown color: approx Deep Teal. HEX triplet: 1D, 41 and 3C. RGB value is (29,65,60). Sum of RGB (Red+Green+Blue) = 29+65+60=154 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.83% from 154); Green value is 65 (25.78% from 255 or 42.21% from 154); Blue value is 60 (23.83% from 255 or 38.96% from 154); Max value from RGB is 65 - color contains mainly: green. Hex color #1D413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D413C is #E2BEC3. Grayscale: #353535. Windows color (decimal): -14859972 or 3948829. OLE color: 3948829.

HSL color Cylindrical-coordinate representation of color #1D413C: hue angle of 171.67º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1D413C is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB296560-
CMYK0.5500.080.75
HSL171.67º38.3%18.43%-
HSV(B)171.67º55.38%25.49%-
XYZ3.214.374.95-
YUV53.67131.57110.41-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.83%
GREEN value IS 65 (25.78% from 255) = 42.21%
BLUE value IS 60 (23.83% from 255) = 38.96%
R=18.83%
G=42.21%
B=38.96%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2965600.5500.080.75171.6738.318.43
Hex1D413C37084Bac2612
Octal3510174670101132544622
Binary1110110000011111001101110100010010111010110010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D413C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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