#1D463C

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

Shades of Deep Teal #1D463C

Tints of Deep Teal #1D463C

Color information

#1D463C (or 0x1D463C) is unknown color: approx Deep Teal. HEX triplet: 1D, 46 and 3C. RGB value is (29,70,60). Sum of RGB (Red+Green+Blue) = 29+70+60=159 (21% of max value = 765). Red value is 29 (11.72% from 255 or 18.24% from 159); Green value is 70 (27.73% from 255 or 44.03% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 70 - color contains mainly: green. Hex color #1D463C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D463C is #E2B9C3. Grayscale: #383838. Windows color (decimal): -14858692 or 3950109. OLE color: 3950109.

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

Color convert

RGB297060-
CMYK0.5900.140.73
HSL165.37º41.41%19.41%-
HSV(B)165.37º58.57%27.45%-
XYZ3.514.975.05-
YUV56.6129.92108.31-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.24%
GREEN value IS 70 (27.73% from 255) = 44.03%
BLUE value IS 60 (23.83% from 255) = 37.74%
R=18.24%
G=44.03%
B=37.74%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal2970600.5900.140.73165.3741.4119.41
Hex1D463C3B0E49a52913
Octal3510674730161112455123
Binary1110110001101111001110110111010010011010010110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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