#1E403D

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

Shades of Deep Teal #1E403D

Tints of Deep Teal #1E403D

Color information

#1E403D (or 0x1E403D) is unknown color: approx Deep Teal. HEX triplet: 1E, 40 and 3D. RGB value is (30,64,61). Sum of RGB (Red+Green+Blue) = 30+64+61=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 61 (24.22% from 255 or 39.35% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #1E403D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E403D is #E1BFC2. Grayscale: #353535. Windows color (decimal): -14794691 or 4014110. OLE color: 4014110.

HSL color Cylindrical-coordinate representation of color #1E403D: hue angle of 174.71º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E403D is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB306461-
CMYK0.5300.050.75
HSL174.71º36.17%18.43%-
HSV(B)174.71º53.12%25.1%-
XYZ3.214.285.07-
YUV53.49132.24111.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.35%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 61 (24.22% from 255) = 39.35%
R=19.35%
G=41.29%
B=39.35%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3064610.5300.050.75174.7136.1718.43
Hex1E403D35054Baf2412
Octal361007565051132574422
Binary111101000000111101110101010110010111010111110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E403D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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