#1E4139

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

Shades of Deep Teal #1E4139

Tints of Deep Teal #1E4139

Color information

#1E4139 (or 0x1E4139) is unknown color: approx Deep Teal. HEX triplet: 1E, 41 and 39. RGB value is (30,65,57). Sum of RGB (Red+Green+Blue) = 30+65+57=152 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.74% from 152); Green value is 65 (25.78% from 255 or 42.76% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 65 - color contains mainly: green. Hex color #1E4139 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4139 is #E1BEC6. Grayscale: #353535. Windows color (decimal): -14794439 or 3752222. OLE color: 3752222.

HSL color Cylindrical-coordinate representation of color #1E4139: hue angle of 166.29º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E4139 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.75.

Color convert

RGB306557-
CMYK0.5400.120.75
HSL166.29º36.84%18.63%-
HSV(B)166.29º53.85%25.49%-
XYZ3.164.354.54-
YUV53.62129.9111.15-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.74%
GREEN value IS 65 (25.78% from 255) = 42.76%
BLUE value IS 57 (22.66% from 255) = 37.5%
R=19.74%
G=42.76%
B=37.5%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065570.5400.120.75166.2936.8418.63
Hex1E4139360C4Ba62513
Octal3610171660141132464523
Binary1111010000011110011101100110010010111010011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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