#1E423E

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

Shades of Deep Teal #1E423E

Tints of Deep Teal #1E423E

Color information

#1E423E (or 0x1E423E) is unknown color: approx Deep Teal. HEX triplet: 1E, 42 and 3E. RGB value is (30,66,62). Sum of RGB (Red+Green+Blue) = 30+66+62=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 66 (26.17% from 255 or 41.77% from 158); Blue value is 62 (24.61% from 255 or 39.24% from 158); Max value from RGB is 66 - color contains mainly: green. Hex color #1E423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E423E is #E1BDC1. Grayscale: #363636. Windows color (decimal): -14794178 or 4080158. OLE color: 4080158.

HSL color Cylindrical-coordinate representation of color #1E423E: hue angle of 173.33º 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 #1E423E is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB306662-
CMYK0.5500.060.74
HSL173.33º37.5%18.82%-
HSV(B)173.33º54.55%25.88%-
XYZ3.354.525.25-
YUV54.78132.07110.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 66 (26.17% from 255) = 41.77%
BLUE value IS 62 (24.61% from 255) = 39.24%
R=18.99%
G=41.77%
B=39.24%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3066620.5500.060.74173.3337.518.82
Hex1E423E37064Aad2613
Octal361027667061122554623
Binary111101000010111110110111011010010101010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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