#1E545A

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

Shades of Teal Blue #1E545A

Tints of Teal Blue #1E545A

Color information

#1E545A (or 0x1E545A) is unknown color: approx Teal Blue. HEX triplet: 1E, 54 and 5A. RGB value is (30,84,90). Sum of RGB (Red+Green+Blue) = 30+84+90=204 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.71% from 204); Green value is 84 (33.20% from 255 or 41.18% from 204); Blue value is 90 (35.55% from 255 or 44.12% from 204); Max value from RGB is 90 - color contains mainly: blue. Hex color #1E545A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E545A is #E1ABA5. Grayscale: #444444. Windows color (decimal): -14789542 or 5919774. OLE color: 5919774.

HSL color Cylindrical-coordinate representation of color #1E545A: hue angle of 186º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E545A is Cyan = 0.67, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB308490-
CMYK0.670.0700.65
HSL186º50%23.53%-
HSV(B)186º66.67%35.29%-
XYZ5.557.3510.8-
YUV68.54140.11100.51-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.71%
GREEN value IS 84 (33.20% from 255) = 41.18%
BLUE value IS 90 (35.55% from 255) = 44.12%
R=14.71%
G=41.18%
B=44.12%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3084900.670.0700.651865023.53
Hex1E545A437041ba3218
Octal36124132103701012726230
Binary11110101010010110101000011111010000011011101011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E545A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,84,90); }

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

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

 a { background-color: rgb(30,84,90); }

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

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

 span { border-color: rgb(30,84,90); }

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