#1e515e

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

Shades of Teal Blue #1E515E

Tints of Teal Blue #1E515E

Color information

#1E515E (or 0x1E515E) is unknown color: approx Teal Blue. HEX triplet: 1E, 51 and 5E. RGB value is (30,81,94). Sum of RGB (Red+Green+Blue) = 30+81+94=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 81 (32.03% from 255 or 39.51% from 205); Blue value is 94 (37.11% from 255 or 45.85% from 205); Max value from RGB is 94 - color contains mainly: blue. Hex color #1E515E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E515E is #E1AEA1. Grayscale: #434343. Windows color (decimal): -14790306 or 6181150. OLE color: 6181150.

HSL color Cylindrical-coordinate representation of color #1E515E: hue angle of 192.19º degrees, saturation: 0.52, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1E515E is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB308194-
CMYK0.680.1400.63
HSL192.19º51.61%24.31%-
HSV(B)192.19º68.09%36.86%-
XYZ5.56.9711.65-
YUV67.23143.1101.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.63%
GREEN value IS 81 (32.03% from 255) = 39.51%
BLUE value IS 94 (37.11% from 255) = 45.85%
R=14.63%
G=39.51%
B=45.85%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3081940.680.1400.63192.1951.6124.31
Hex1E515E44E03Fc03418
Octal36121136104160773006430
Binary11110101000110111101000100111001111111100000011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1e515e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,81,94); }

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

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

 a { background-color: rgb(30,81,94); }

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

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

 span { border-color: rgb(30,81,94); }

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