#1E5360

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

Shades of Teal Blue #1E5360

Tints of Teal Blue #1E5360

Color information

#1E5360 (or 0x1E5360) is unknown color: approx Teal Blue. HEX triplet: 1E, 53 and 60. RGB value is (30,83,96). Sum of RGB (Red+Green+Blue) = 30+83+96=209 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.35% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E5360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E5360 is #E1AC9F. Grayscale: #444444. Windows color (decimal): -14789792 or 6312734. OLE color: 6312734.

HSL color Cylindrical-coordinate representation of color #1E5360: hue angle of 191.82º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E5360 is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB308396-
CMYK0.690.1400.62
HSL191.82º52.38%24.71%-
HSV(B)191.82º68.75%37.65%-
XYZ5.747.3112.17-
YUV68.63143.44100.44-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.35%
GREEN value IS 83 (32.81% from 255) = 39.71%
BLUE value IS 96 (37.89% from 255) = 45.93%
R=14.35%
G=39.71%
B=45.93%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3083960.690.1400.62191.8252.3824.71
Hex1E536045E03Ec03419
Octal36123140105160763006431
Binary11110101001111000001000101111001111101100000011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E5360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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