#1E413E

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

Shades of Deep Teal #1E413E

Tints of Deep Teal #1E413E

Color information

#1E413E (or 0x1E413E) is unknown color: approx Deep Teal. HEX triplet: 1E, 41 and 3E. RGB value is (30,65,62). Sum of RGB (Red+Green+Blue) = 30+65+62=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 65 (25.78% from 255 or 41.40% from 157); Blue value is 62 (24.61% from 255 or 39.49% from 157); Max value from RGB is 65 - color contains mainly: green. Hex color #1E413E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E413E is #E1BEC1. Grayscale: #363636. Windows color (decimal): -14794434 or 4079902. OLE color: 4079902.

HSL color Cylindrical-coordinate representation of color #1E413E: hue angle of 174.86º 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 #1E413E is Cyan = 0.54, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB306562-
CMYK0.5400.050.75
HSL174.86º36.84%18.63%-
HSV(B)174.86º53.85%25.49%-
XYZ3.34.45.23-
YUV54.19132.4110.74-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.11%
GREEN value IS 65 (25.78% from 255) = 41.40%
BLUE value IS 62 (24.61% from 255) = 39.49%
R=19.11%
G=41.40%
B=39.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3065620.5400.050.75174.8636.8418.63
Hex1E413E36054Baf2513
Octal361017666051132574523
Binary111101000001111110110110010110010111010111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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