#1E463F

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

Shades of Deep Teal #1E463F

Tints of Deep Teal #1E463F

Color information

#1E463F (or 0x1E463F) is unknown color: approx Deep Teal. HEX triplet: 1E, 46 and 3F. RGB value is (30,70,63). Sum of RGB (Red+Green+Blue) = 30+70+63=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 70 (27.73% from 255 or 42.94% from 163); Blue value is 63 (25% from 255 or 38.65% from 163); Max value from RGB is 70 - color contains mainly: green. Hex color #1E463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E463F is #E1B9C0. Grayscale: #393939. Windows color (decimal): -14793153 or 4146718. OLE color: 4146718.

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

Color convert

RGB307063-
CMYK0.5700.100.73
HSL169.5º40%19.61%-
HSV(B)169.5º57.14%27.45%-
XYZ3.625.025.48-
YUV57.24131.25108.57-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 70 (27.73% from 255) = 42.94%
BLUE value IS 63 (25% from 255) = 38.65%
R=18.40%
G=42.94%
B=38.65%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3070630.5700.100.73169.54019.61
Hex1E463F390A49aa2814
Octal3610677710121112525024
Binary1111010001101111111110010101010010011010101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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