#1E4540

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

Shades of Deep Teal #1E4540

Tints of Deep Teal #1E4540

Color information

#1E4540 (or 0x1E4540) is unknown color: approx Deep Teal. HEX triplet: 1E, 45 and 40. RGB value is (30,69,64). Sum of RGB (Red+Green+Blue) = 30+69+64=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 64 (25.39% from 255 or 39.26% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #1E4540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4540 is #E1BABF. Grayscale: #383838. Windows color (decimal): -14793408 or 4211998. OLE color: 4211998.

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

Color convert

RGB306964-
CMYK0.5700.070.73
HSL172.31º39.39%19.41%-
HSV(B)172.31º56.52%27.06%-
XYZ3.594.95.61-
YUV56.77132.08108.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 64 (25.39% from 255) = 39.26%
R=18.40%
G=42.33%
B=39.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3069640.5700.070.73172.3139.3919.41
Hex1E4540390749ac2713
Octal3610510071071112544723
Binary1111010001011000000111001011110010011010110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,69,64); }

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

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

 a { background-color: rgb(30,69,64); }

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

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

 span { border-color: rgb(30,69,64); }

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