#1E463E

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

Shades of Deep Teal #1E463E

Tints of Deep Teal #1E463E

Color information

#1E463E (or 0x1E463E) is unknown color: approx Deep Teal. HEX triplet: 1E, 46 and 3E. RGB value is (30,70,62). Sum of RGB (Red+Green+Blue) = 30+70+62=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 70 (27.73% from 255 or 43.21% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 70 - color contains mainly: green. Hex color #1E463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E463E is #E1B9C1. Grayscale: #393939. Windows color (decimal): -14793154 or 4081182. OLE color: 4081182.

HSL color Cylindrical-coordinate representation of color #1E463E: hue angle of 168º 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 #1E463E is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB307062-
CMYK0.5700.110.73
HSL168º40%19.61%-
HSV(B)168º57.14%27.45%-
XYZ3.655.33-
YUV57.13130.75108.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.52%
GREEN value IS 70 (27.73% from 255) = 43.21%
BLUE value IS 62 (24.61% from 255) = 38.27%
R=18.52%
G=43.21%
B=38.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3070620.5700.110.731684019.61
Hex1E463E390B49a82814
Octal3610676710131112505024
Binary1111010001101111101110010101110010011010100010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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