#1E443F

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

Shades of Deep Teal #1E443F

Tints of Deep Teal #1E443F

Color information

#1E443F (or 0x1E443F) is unknown color: approx Deep Teal. HEX triplet: 1E, 44 and 3F. RGB value is (30,68,63). Sum of RGB (Red+Green+Blue) = 30+68+63=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 68 (26.95% from 255 or 42.24% from 161); Blue value is 63 (25% from 255 or 39.13% from 161); Max value from RGB is 68 - color contains mainly: green. Hex color #1E443F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E443F is #E1BBC0. Grayscale: #383838. Windows color (decimal): -14793665 or 4146206. OLE color: 4146206.

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

Color convert

RGB306863-
CMYK0.5600.070.73
HSL172.11º38.78%19.22%-
HSV(B)172.11º55.88%26.67%-
XYZ3.54.775.44-
YUV56.07131.91109.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 68 (26.95% from 255) = 42.24%
BLUE value IS 63 (25% from 255) = 39.13%
R=18.63%
G=42.24%
B=39.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3068630.5600.070.73172.1138.7819.22
Hex1E443F380749ac2713
Octal361047770071112544723
Binary111101000100111111111000011110010011010110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E443F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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