#1E5358

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

Shades of Teal Blue #1E5358

Tints of Teal Blue #1E5358

Color information

#1E5358 (or 0x1E5358) is unknown color: approx Teal Blue. HEX triplet: 1E, 53 and 58. RGB value is (30,83,88). Sum of RGB (Red+Green+Blue) = 30+83+88=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 83 (32.81% from 255 or 41.29% from 201); Blue value is 88 (34.77% from 255 or 43.78% from 201); Max value from RGB is 88 - color contains mainly: blue. Hex color #1E5358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5358 is #E1ACA7. Grayscale: #434343. Windows color (decimal): -14789800 or 5788446. OLE color: 5788446.

HSL color Cylindrical-coordinate representation of color #1E5358: hue angle of 185.17º degrees, saturation: 0.49, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #1E5358 is Cyan = 0.66, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB308388-
CMYK0.660.0600.65
HSL185.17º49.15%23.14%-
HSV(B)185.17º65.91%34.51%-
XYZ5.397.1710.33-
YUV67.72139.44101.09-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.93%
GREEN value IS 83 (32.81% from 255) = 41.29%
BLUE value IS 88 (34.77% from 255) = 43.78%
R=14.93%
G=41.29%
B=43.78%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3083880.660.0600.65185.1749.1523.14
Hex1E5358426041b93117
Octal36123130102601012716127
Binary11110101001110110001000010110010000011011100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,83,88); }

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

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

 a { background-color: rgb(30,83,88); }

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

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

 span { border-color: rgb(30,83,88); }

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