Html Css Color HEX #1E423D Deep Teal

📋 copy color: '#1E423D'

red 30 ◦ green 66 ◦ blue 61

#1E423D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #1E423D

Tints of Deep Teal #1E423D

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 value IS 0.55

 M value IS 0

 Y value IS 0.08

 K value IS 0.74

RGB Variations

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

Color information

#1E423D (or 0x1E423D) is known color: 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

RGB 30 66 61 -
CMYK 0.55 0 0.08 0.74
HSL 171.67º 0.38% 0.19% -
HSV(B) 171.67º 0.55% 0.26% -
XYZ 3.33 4.51 5.11 -
YUV 54.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 30 66 61 0.55 0 0.08 0.74 171.67 0.38 0.19
Hex 1E 42 3D 37 0 8 4A AC 26 13
Octal 36 102 75 67 0 10 112 254 46 23
Binary 11110 1000010 111101 110111 0 1000 1001010 10101100 100110 10011

Color Harmonies of #1E423D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E423D

Black with #1E423D

Text Example


Text Example

White with #1E423D

Text Example


Text Example

HTML Codes & Css Web 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>