#1E555C

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

Shades of Teal Blue #1E555C

Tints of Teal Blue #1E555C

Color information

#1E555C (or 0x1E555C) is unknown color: approx Teal Blue. HEX triplet: 1E, 55 and 5C. RGB value is (30,85,92). Sum of RGB (Red+Green+Blue) = 30+85+92=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 85 (33.59% from 255 or 41.06% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 92 - color contains mainly: blue. Hex color #1E555C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1E555C is #E1AAA3. Grayscale: #454545. Windows color (decimal): -14789284 or 6051102. OLE color: 6051102.

HSL color Cylindrical-coordinate representation of color #1E555C: hue angle of 186.77º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1E555C is Cyan = 0.67, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB308592-
CMYK0.670.0800.64
HSL186.77º50.82%23.92%-
HSV(B)186.77º67.39%36.08%-
XYZ5.727.5511.28-
YUV69.35140.7899.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.49%
GREEN value IS 85 (33.59% from 255) = 41.06%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=14.49%
G=41.06%
B=44.44%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal3085920.670.0800.64186.7750.8223.92
Hex1E555C438040bb3318
Octal361251341031001002736330
Binary111101010101101110010000111000010000001011101111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E555C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,85,92); }

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

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

 a { background-color: rgb(30,85,92); }

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

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

 span { border-color: rgb(30,85,92); }

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