#1D4F46

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

Shades of Deep Teal #1D4F46

Tints of Deep Teal #1D4F46

Color information

#1D4F46 (or 0x1D4F46) is unknown color: approx Deep Teal. HEX triplet: 1D, 4F and 46. RGB value is (29,79,70). Sum of RGB (Red+Green+Blue) = 29+79+70=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 79 (31.25% from 255 or 44.38% from 178); Blue value is 70 (27.73% from 255 or 39.33% from 178); Max value from RGB is 79 - color contains mainly: green. Hex color #1D4F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1D4F46 is #E2B0B9. Grayscale: #3F3F3F. Windows color (decimal): -14856378 or 4607773. OLE color: 4607773.

HSL color Cylindrical-coordinate representation of color #1D4F46: hue angle of 169.2º 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 #1D4F46 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.69.

Color convert

RGB297970-
CMYK0.6300.110.69
HSL169.2º46.3%21.18%-
HSV(B)169.2º63.29%30.98%-
XYZ4.416.36.78-
YUV63.02131.94103.73-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 16.29%
GREEN value IS 79 (31.25% from 255) = 44.38%
BLUE value IS 70 (27.73% from 255) = 39.33%
R=16.29%
G=44.38%
B=39.33%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2979700.6300.110.69169.246.321.18
Hex1D4F463F0B45a92e15
Octal35117106770131052515625
Binary11101100111110001101111110101110001011010100110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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