#1E423D

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

Shades of Deep Teal #1E423D

Tints of Deep Teal #1E423D

Color information

#1E423D (or 0x1E423D) is unknown color: approx Deep Teal. HEX triplet: 1E, 42 and 3D. RGB value is (30,66,61). Sum of RGB (Red+Green+Blue) = 30+66+61=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 66 - color contains mainly: green. Hex color #1E423D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E423D is #E1BDC2. Grayscale: #363636. Windows color (decimal): -14794179 or 4014622. OLE color: 4014622.

HSL color Cylindrical-coordinate representation of color #1E423D: hue angle of 171.67º degrees, saturation: 0.38, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1E423D is Cyan = 0.55, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.74.

Color convert

RGB306661-
CMYK0.5500.080.74
HSL171.67º37.5%18.82%-
HSV(B)171.67º54.55%25.88%-
XYZ3.334.515.11-
YUV54.67131.57110.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.11%
GREEN value IS 66 (26.17% from 255) = 42.04%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=19.11%
G=42.04%
B=38.85%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3066610.5500.080.74171.6737.518.82
Hex1E423D37084Aac2613
Octal3610275670101122544623
Binary1111010000101111011101110100010010101010110010011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E423D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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