#1E483D

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

Shades of Deep Teal #1E483D

Tints of Deep Teal #1E483D

Color information

#1E483D (or 0x1E483D) is unknown color: approx Deep Teal. HEX triplet: 1E, 48 and 3D. RGB value is (30,72,61). Sum of RGB (Red+Green+Blue) = 30+72+61=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 72 (28.52% from 255 or 44.17% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 72 - color contains mainly: green. Hex color #1E483D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E483D is #E1B7C2. Grayscale: #3A3A3A. Windows color (decimal): -14792643 or 4016158. OLE color: 4016158.

HSL color Cylindrical-coordinate representation of color #1E483D: hue angle of 164.29º 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 #1E483D is Cyan = 0.58, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.72.

Color convert

RGB307261-
CMYK0.5800.150.72
HSL164.29º41.18%20%-
HSV(B)164.29º58.33%28.24%-
XYZ3.75.255.23-
YUV58.19129.59107.89-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.40%
GREEN value IS 72 (28.52% from 255) = 44.17%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=18.40%
G=44.17%
B=37.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3072610.5800.150.72164.2941.1820
Hex1E483D3A0F48a42914
Octal3611075720171102445124
Binary1111010010001111011110100111110010001010010010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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