#1D4440

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

Shades of Deep Teal #1D4440

Tints of Deep Teal #1D4440

Color information

#1D4440 (or 0x1D4440) is unknown color: approx Deep Teal. HEX triplet: 1D, 44 and 40. RGB value is (29,68,64). Sum of RGB (Red+Green+Blue) = 29+68+64=161 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.01% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 64 (25.39% from 255 or 39.75% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #1D4440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D4440 is #E2BBBF. Grayscale: #373737. Windows color (decimal): -14859200 or 4211741. OLE color: 4211741.

HSL color Cylindrical-coordinate representation of color #1D4440: hue angle of 173.85º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1D4440 is Cyan = 0.57, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.73.

Color convert

RGB296864-
CMYK0.5700.060.73
HSL173.85º40.21%19.02%-
HSV(B)173.85º57.35%26.67%-
XYZ3.54.775.59-
YUV55.88132.58108.83-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.01%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 64 (25.39% from 255) = 39.75%
R=18.01%
G=42.24%
B=39.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2968640.5700.060.73173.8540.2119.02
Hex1D4440390649ae2813
Octal3510410071061112565023
Binary1110110001001000000111001011010010011010111010100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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