Html Css Color HEX #1E413C Deep Teal

📋 copy color: '#1E413C'

red 30 ◦ green 65 ◦ blue 60

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

Shades of Deep Teal #1E413C

Tints of Deep Teal #1E413C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 41.94%

 BLUE value IS 60 (23.83% from 255) = 38.71%

R = 19.35%
G = 41.94%
B = 38.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.75

RGB Variations

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

Color information

#1E413C (or 0x1E413C) is known color: Deep Teal. HEX triplet: 1E, 41 and 3C. RGB value is (30,65,60). Sum of RGB (Red+Green+Blue) = 30+65+60=155 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.35% from 155); Green value is 65 (25.78% from 255 or 41.94% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 65 - color contains mainly: green. Hex color #1E413C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E413C is #E1BEC3. Grayscale: #353535. Windows color (decimal): -14794436 or 3948830. OLE color: 3948830.

HSL color Cylindrical-coordinate representation of color #1E413C: hue angle of 171.43º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E413C is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.75.

Color convert

RGB 30 65 60 -
CMYK 0.54 0 0.08 0.75
HSL 171.43º 0.37% 0.19% -
HSV(B) 171.43º 0.54% 0.25% -
XYZ 3.24 4.38 4.95 -
YUV 53.97 131.4 110.91 -
System Red Green Blue C M Y K H S L
Decimal 30 65 60 0.54 0 0.08 0.75 171.43 0.37 0.19
Hex 1E 41 3C 36 0 8 4B AB 25 13
Octal 36 101 74 66 0 10 113 253 45 23
Binary 11110 1000001 111100 110110 0 1000 1001011 10101011 100101 10011

Color Harmonies of #1E413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E413C

Black with #1E413C

Text Example


Text Example

White with #1E413C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,65,60); }

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

background-color css

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

 a { background-color: rgb(30,65,60); }

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

border-color css

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

 span { border-color: rgb(30,65,60); }

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