Html Css Color HEX #1E4840 Deep Teal

📋 copy color: '#1E4840'

red 30 ◦ green 72 ◦ blue 64

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

Shades of Deep Teal #1E4840

Tints of Deep Teal #1E4840

RGB

 RED value IS 30 (12.11% from 255) = 18.07%

 GREEN value IS 72 (28.52% from 255) = 43.37%

 BLUE value IS 64 (25.39% from 255) = 38.55%

R = 18.07%
G = 43.37%
B = 38.55%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#1E4840 (or 0x1E4840) is known color: Deep Teal. HEX triplet: 1E, 48 and 40. RGB value is (30,72,64). Sum of RGB (Red+Green+Blue) = 30+72+64=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 72 (28.52% from 255 or 43.37% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 72 - color contains mainly: green. Hex color #1E4840 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4840 is #E1B7BF. Grayscale: #3A3A3A. Windows color (decimal): -14792640 or 4212766. OLE color: 4212766.

HSL color Cylindrical-coordinate representation of color #1E4840: hue angle of 168.57º degrees, saturation: 0.41, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #1E4840 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 30 72 64 -
CMYK 0.58 0 0.11 0.72
HSL 168.57º 0.41% 0.2% -
HSV(B) 168.57º 0.58% 0.28% -
XYZ 3.78 5.28 5.67 -
YUV 58.53 131.09 107.65 -
System Red Green Blue C M Y K H S L
Decimal 30 72 64 0.58 0 0.11 0.72 168.57 0.41 0.2
Hex 1E 48 40 3A 0 B 48 A9 29 14
Octal 36 110 100 72 0 13 110 251 51 24
Binary 11110 1001000 1000000 111010 0 1011 1001000 10101001 101001 10100

Color Harmonies of #1E4840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4840

Black with #1E4840

Text Example


Text Example

White with #1E4840

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E4840;
 }
 .AnyTagClassName
 {
   color: #1E4840;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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