#1E4D44

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

Shades of Deep Teal #1E4D44

Tints of Deep Teal #1E4D44

Color information

#1E4D44 (or 0x1E4D44) is unknown color: approx Deep Teal. HEX triplet: 1E, 4D and 44. RGB value is (30,77,68). Sum of RGB (Red+Green+Blue) = 30+77+68=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 77 (30.47% from 255 or 44% from 175); Blue value is 68 (26.95% from 255 or 38.86% from 175); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4D44 is #E1B2BB. Grayscale: #3D3D3D. Windows color (decimal): -14791356 or 4476190. OLE color: 4476190.

HSL color Cylindrical-coordinate representation of color #1E4D44: hue angle of 168.51º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E4D44 is Cyan = 0.61, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB307768-
CMYK0.6100.120.70
HSL168.51º43.93%20.98%-
HSV(B)168.51º61.04%30.2%-
XYZ4.2366.4-
YUV61.92131.43105.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.14%
GREEN value IS 77 (30.47% from 255) = 44%
BLUE value IS 68 (26.95% from 255) = 38.86%
R=17.14%
G=44%
B=38.86%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3077680.6100.120.70168.5143.9320.98
Hex1E4D443D0C46a92c15
Octal36115104750141062515425
Binary11110100110110001001111010110010001101010100110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,77,68); }

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

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

 a { background-color: rgb(30,77,68); }

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

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

 span { border-color: rgb(30,77,68); }

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