#1E4D41

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

Shades of Deep Teal #1E4D41

Tints of Deep Teal #1E4D41

Color information

#1E4D41 (or 0x1E4D41) is unknown color: approx Deep Teal. HEX triplet: 1E, 4D and 41. RGB value is (30,77,65). Sum of RGB (Red+Green+Blue) = 30+77+65=172 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.44% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4D41 is #E1B2BE. Grayscale: #3D3D3D. Windows color (decimal): -14791359 or 4279582. OLE color: 4279582.

HSL color Cylindrical-coordinate representation of color #1E4D41: hue angle of 164.68º 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 #1E4D41 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.70.

Color convert

RGB307765-
CMYK0.6100.160.70
HSL164.68º43.93%20.98%-
HSV(B)164.68º61.04%30.2%-
XYZ4.145.975.93-
YUV61.58129.93105.48-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.44%
GREEN value IS 77 (30.47% from 255) = 44.77%
BLUE value IS 65 (25.78% from 255) = 37.79%
R=17.44%
G=44.77%
B=37.79%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal3077650.6100.160.70164.6843.9320.98
Hex1E4D413D01046a52c15
Octal36115101750201062455425
Binary111101001101100000111110101000010001101010010110110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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