#1E453E

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

Shades of Deep Teal #1E453E

Tints of Deep Teal #1E453E

Color information

#1E453E (or 0x1E453E) is unknown color: approx Deep Teal. HEX triplet: 1E, 45 and 3E. RGB value is (30,69,62). Sum of RGB (Red+Green+Blue) = 30+69+62=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 69 (27.34% from 255 or 42.86% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 69 - color contains mainly: green. Hex color #1E453E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E453E is #E1BAC1. Grayscale: #383838. Windows color (decimal): -14793410 or 4080926. OLE color: 4080926.

HSL color Cylindrical-coordinate representation of color #1E453E: hue angle of 169.23º degrees, saturation: 0.39, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E453E is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB306962-
CMYK0.5700.100.73
HSL169.23º39.39%19.41%-
HSV(B)169.23º56.52%27.06%-
XYZ3.534.885.31-
YUV56.54131.08109.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.63%
GREEN value IS 69 (27.34% from 255) = 42.86%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=18.63%
G=42.86%
B=38.51%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3069620.5700.100.73169.2339.3919.41
Hex1E453E390A49a92713
Octal3610576710121112514723
Binary1111010001011111101110010101010010011010100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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